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:
authorCampbell Barton <ideasman42@gmail.com>2015-07-18 11:21:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-18 11:42:35 +0300
commit752eb64d6025dac88a2cdd8fd423b70c97e3ab1d (patch)
treedf9111b8608b755e4351e291e82fd95fe1a7cab1 /CMakeLists.txt
parent7c5dd146897f3427fafe658c6deba2732e937b20 (diff)
Cleanup: whitespace (CMake)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e84b31ecc9..e214b23a5db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1063,9 +1063,9 @@ if(UNIX AND NOT APPLE)
endif()
if(WITH_LLVM)
- find_package_wrapper(LLVM)
+ find_package_wrapper(LLVM)
- if(NOT LLVM_FOUND)
+ if(NOT LLVM_FOUND)
set(WITH_LLVM OFF)
message(STATUS "LLVM not found")
endif()