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:
authorEmanuel Claesson <emanuel.claesson@gmail.com>2013-11-21 20:38:52 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-21 20:38:52 +0400
commit24795943511c85d4a8aeea6aba05c5b648df8e04 (patch)
treedf84f8b519b174cb0c0cc96fae6ca441f04b9d6c
parent904129fd9b11988c5915d940773552d2110f23ab (diff)
CMake: minor spelling fix for WITH_BOOST
Reviewed By: brecht Differential Revision: http://developer.blender.org/D26
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5781558a61b..fc6c83eed10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -297,7 +297,7 @@ mark_as_advanced(WITH_CXX_GUARDEDALLOC)
option(WITH_ASSERT_ABORT "Call abort() when raising an assertion through BLI_assert()" OFF)
mark_as_advanced(WITH_ASSERT_ABORT)
-option(WITH_BOOST "Enable features depending no boost" ON)
+option(WITH_BOOST "Enable features depending on boost" ON)
if(CMAKE_COMPILER_IS_GNUCC)
option(WITH_GCC_MUDFLAP "Enable mudflap" OFF)