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
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-10-30 04:58:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-30 04:59:36 +0300
commite8daf2e3ea17c2e9569e6fc9b49879c74d9a8c22 (patch)
tree4c37348d66843bcd4a4a02372af0bf323c22c4fb /extern
parent475ec5269ae8f7c30795c2e771100e087b5dd315 (diff)
CMake: cleanup
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index f7e98525b8b..91919adb4a2 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -99,7 +99,7 @@ if(WITH_LIBMV)
endif()
if(WITH_LIBMV OR WITH_GTESTS OR (WITH_CYCLES AND WITH_CYCLES_LOGGING))
- if (NOT WITH_SYSTEM_GFLAGS)
+ if(NOT WITH_SYSTEM_GFLAGS)
add_subdirectory(gflags)
endif()
add_subdirectory(glog)