Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-18 13:30:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-18 13:44:17 +0300
commitd55a9cac2c0aa6a7d130a256cac7c04e52cdee4a (patch)
tree202d2249b025db6cfb93adb0d7b94a4d4d7b7ee2 /extern/ceres
parent96e10dc2a53769996606fc6f327c1602b3e88007 (diff)
CMake: correct bad change to ceres linking
Revert part of 45055199a2e51
Diffstat (limited to 'extern/ceres')
-rw-r--r--extern/ceres/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/extern/ceres/CMakeLists.txt b/extern/ceres/CMakeLists.txt
index bd3d7f7dab4..4ab3bffb705 100644
--- a/extern/ceres/CMakeLists.txt
+++ b/extern/ceres/CMakeLists.txt
@@ -257,14 +257,9 @@ set(SRC
)
set(LIB
+ extern_glog
)
-if(WITH_LIBMV OR WITH_GTESTS OR (WITH_CYCLES AND WITH_CYCLES_LOGGING))
- list(APPEND LIB
- extern_glog
- )
-endif()
-
if(WITH_LIBMV_SCHUR_SPECIALIZATIONS)
list(APPEND SRC
internal/ceres/generated/partitioned_matrix_view_2_2_2.cc