[Bf-blender-cvs] [fe70605a2a0] blender-v2.90-release: Building: Add ceres to Ninja's heavy jobs pool.

Bastien Montagne noreply at git.blender.org
Mon Aug 3 10:30:37 CEST 2020


Commit: fe70605a2a0bb0b4f7275f40c410c5d1d880ae98
Author: Bastien Montagne
Date:   Mon Aug 3 10:29:13 2020 +0200
Branches: blender-v2.90-release
https://developer.blender.org/rBfe70605a2a0bb0b4f7275f40c410c5d1d880ae98

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.

===================================================================

M	build_files/cmake/macros.cmake

===================================================================

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 708efc3d2f7..77959f2cf5f 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -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")



More information about the Bf-blender-cvs mailing list