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:
authorMartijn Berger <martijn.berger@gmail.com>2014-08-01 17:18:34 +0400
committerMartijn Berger <martijn.berger@gmail.com>2014-08-01 17:18:34 +0400
commitf51282fc579dc8632a5f8cf876b758e437586c6a (patch)
tree815bf320b7089357e76e3d766c182cff64fdb987 /CMakeLists.txt
parent0d1484e4ad4766c063e86b85e16df975f5e72baa (diff)
Cmake prefers NOT to !
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7c352ccbe2..fff4f0c495b 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()