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>2017-10-30 04:58:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-30 10:48:27 +0300
commit619600a53f6d28f640d56117ef928a8cdb8b08ba (patch)
tree49b1b832f4a95901396b54019f92e85fa2248802 /extern/CMakeLists.txt
parent8277bee748188dbcab431e15bedd5c1b5559508a (diff)
CMake: cleanup
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 0e4853ee458..65958eee6f7 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)