fix typo in WITH_SYSTEM_GFLOG in CMakeLists.txt

This commit is contained in:
Ray molenkamp 2017-04-30 10:52:38 -06:00
parent 0fbce637b3
commit fc8f428224
Notes: blender-bot 2023-02-14 07:00:16 +01:00
Referenced by issue #51442, Compiling OpenCL program base: CL_DEVICE_NOT_AVAILABLE
1 changed files with 1 additions and 1 deletions

View File

@ -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)