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>2014-11-16 00:11:41 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-11-16 00:11:41 +0300
commitf7371dca823a21bdf0fe13c939ebd9245e18d1d6 (patch)
tree7319ecb15c084eb4acfbf3c8de15d178a1c2d4d7
parent32c9146a09501bc456d3aade39c5f809772736a3 (diff)
Code cleanup: Spelling
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34657888cc0..0363b2429be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -344,7 +344,7 @@ set(CYCLES_CUDA_BINARIES_ARCH sm_20 sm_21 sm_30 sm_35 sm_50 CACHE STRING "CUDA a
mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
unset(PLATFORM_DEFAULT)
option(WITH_CYCLES_LOGGING "Build cycles with logging support" OFF)
-option(WITH_CYCLES_DEBUG "Build cycles with with extra debug capabilties" OFF)
+option(WITH_CYCLES_DEBUG "Build cycles with extra debug capabilities" OFF)
mark_as_advanced(WITH_CYCLES_LOGGING)
mark_as_advanced(WITH_CYCLES_DEBUG)