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:
@@ -397,7 +397,7 @@ function(setup_heavy_lib_pool)
|
|||||||
list(APPEND _HEAVY_LIBS "cycles_device" "cycles_kernel")
|
list(APPEND _HEAVY_LIBS "cycles_device" "cycles_kernel")
|
||||||
endif()
|
endif()
|
||||||
if(WITH_LIBMV)
|
if(WITH_LIBMV)
|
||||||
list(APPEND _HEAVY_LIBS "bf_intern_libmv")
|
list(APPEND _HEAVY_LIBS "extern_ceres" "bf_intern_libmv")
|
||||||
endif()
|
endif()
|
||||||
if(WITH_OPENVDB)
|
if(WITH_OPENVDB)
|
||||||
list(APPEND _HEAVY_LIBS "bf_intern_openvdb")
|
list(APPEND _HEAVY_LIBS "bf_intern_openvdb")
|
||||||
|
Reference in New Issue
Block a user