[Bf-blender-cvs] [2479594] master: CMake: minor spelling fix for WITH_BOOST

Emanuel Claesson noreply at git.blender.org
Thu Nov 21 17:39:53 CET 2013


Commit: 24795943511c85d4a8aeea6aba05c5b648df8e04
Author: Emanuel Claesson
Date:   Thu Nov 21 17:38:52 2013 +0100
http://developer.blender.org/rB24795943511c85d4a8aeea6aba05c5b648df8e04

CMake: minor spelling fix for WITH_BOOST

Reviewed By: brecht

Differential Revision: http://developer.blender.org/D26

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5781558..fc6c83e 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)




More information about the Bf-blender-cvs mailing list