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:
Diffstat (limited to 'extern/glog/CMakeLists.txt')
-rw-r--r--extern/glog/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/extern/glog/CMakeLists.txt b/extern/glog/CMakeLists.txt
index 47c5063be1f..05a6590ea81 100644
--- a/extern/glog/CMakeLists.txt
+++ b/extern/glog/CMakeLists.txt
@@ -54,9 +54,14 @@ set(SRC
)
set(LIB
- extern_gflags
)
+if(NOT WITH_SYSTEM_GFLAGS)
+ list(APPEND LIB
+ extern_gflags
+ )
+endif()
+
if(WIN32)
list(APPEND SRC
src/windows/port.cc