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:
authorlazydodo <github@lazydodo.com>2017-04-30 19:52:38 +0300
committerlazydodo <github@lazydodo.com>2017-04-30 19:52:38 +0300
commitfc8f428224a8e77ba66394ad8238a406fa24ee3a (patch)
treeb84ec1c504424134446f5283b321971da86cbd8d /CMakeLists.txt
parent0fbce637b3dba02bf1f496d0e902b317793915fc (diff)
fix typo in WITH_SYSTEM_GFLOG in CMakeLists.txt
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 662735d3fc8..1dac082459f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -365,7 +365,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)