Building: Add ceres to Ninja's heavy jobs pool.

Some files in this library require more than 1.5Gb to build, so they
also belong to the 'heavy' pool.
This commit is contained in:
Bastien Montagne
2020-08-03 10:29:13 +02:00
parent 8f22feefbc
commit fe70605a2a

View File

@@ -397,7 +397,7 @@ function(setup_heavy_lib_pool)
list(APPEND _HEAVY_LIBS "cycles_device" "cycles_kernel")
endif()
if(WITH_LIBMV)
list(APPEND _HEAVY_LIBS "bf_intern_libmv")
list(APPEND _HEAVY_LIBS "extern_ceres" "bf_intern_libmv")
endif()
if(WITH_OPENVDB)
list(APPEND _HEAVY_LIBS "bf_intern_openvdb")