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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-05-02 16:29:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-02 16:29:00 +0300
commit7f833c0da8848d424de9d2324412d8ca9d9c4e30 (patch)
tree223a60022188132e5f7b64e9c649f80d72bfbcd7 /CMakeLists.txt
parentec9ce9e11864146dc6748f2388b56f95346a5053 (diff)
parent4384a7cf463eedea83179da80bbe12ff7d55578a (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c18710fd48..89e4e76a8fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -369,7 +369,7 @@ mark_as_advanced(WITH_LIBMV_SCHUR_SPECIALIZATIONS)
# Logging/unbit test libraries.
option(WITH_SYSTEM_GFLAGS "Use system-wide Gflags instead of a bundled one" OFF)
-option(WITH_SYSTEM_GFLOG "Use system-wide Glog instead of a bundled one" OFF)
+option(WITH_SYSTEM_GLOG "Use system-wide Glog instead of a bundled one" OFF)
mark_as_advanced(WITH_SYSTEM_GFLAGS)
mark_as_advanced(WITH_SYSTEM_GLOG)