From fe70605a2a0bb0b4f7275f40c410c5d1d880ae98 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 3 Aug 2020 10:29:13 +0200 Subject: 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. --- build_files/cmake/macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/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") -- cgit v1.2.3