[Bf-blender-cvs] [f51282f] master: Cmake prefers NOT to !

Martijn Berger noreply at git.blender.org
Fri Aug 1 15:19:07 CEST 2014


Commit: f51282fc579dc8632a5f8cf876b758e437586c6a
Author: Martijn Berger
Date:   Fri Aug 1 15:18:34 2014 +0200
Branches: master
https://developer.blender.org/rBf51282fc579dc8632a5f8cf876b758e437586c6a

Cmake prefers NOT to !

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7c352c..fff4f0c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1147,7 +1147,7 @@ elseif(WIN32)
 				${OPENCOLLADA}/lib/opencollada/ftoa.lib
 			)
 
-			if(!WITH_LLVM)
+			if(NOT WITH_LLVM)
 				list(APPEND OPENCOLLADA_LIBRARIES ${OPENCOLLADA}/lib/opencollada/UTF.lib)
 			endif()




More information about the Bf-blender-cvs mailing list