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:
-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()