[Bf-blender-cvs] [bce9e80d82] master: CMake: Fix typo

Sergej Reich noreply at git.blender.org
Fri Jan 27 06:00:36 CET 2017


Commit: bce9e80d82a539bfe3c9afdce6c05e82e867ac1f
Author: Sergej Reich
Date:   Fri Jan 27 05:24:58 2017 +0100
Branches: master
https://developer.blender.org/rBbce9e80d82a539bfe3c9afdce6c05e82e867ac1f

CMake: Fix typo

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b64f7b8af..092de982b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -723,7 +723,7 @@ if(NOT WITH_BOOST)
 	macro(set_and_warn
 		_setting _val)
 		if(${${_setting}})
-			message(STATUS "'WITH_BOOST' is disabled: forceing 'set(${_setting} ${_val})'")
+			message(STATUS "'WITH_BOOST' is disabled: forcing 'set(${_setting} ${_val})'")
 		endif()
 		set(${_setting} ${_val})
 	endmacro()




More information about the Bf-blender-cvs mailing list