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:
authorMartijn Berger <martijn.berger@gmail.com>2016-01-05 16:14:03 +0300
committerMartijn Berger <martijn.berger@gmail.com>2016-01-05 16:14:10 +0300
commit2d9ed6e7c863e938ce3b19dc62fe494efb513a0c (patch)
tree324128412a15e9adb947dcc292910656ee94d63b /intern/cycles/app/CMakeLists.txt
parentad6b7c07dd2a3240945e2d4fe739c4622c75e980 (diff)
fix compiling cycles after recent gflags / glog shuffle
Diffstat (limited to 'intern/cycles/app/CMakeLists.txt')
-rw-r--r--intern/cycles/app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index b000266cac2..95bc517ae00 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -46,7 +46,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
else()
list(APPEND LIBRARIES bf_intern_glew_mx)
if(WITH_CYCLES_LOGGING)
- list(APPEND LIBRARIES extern_glog)
+ list(APPEND LIBRARIES extern_glog extern_gflags)
endif()
endif()