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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-07-18 10:40:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-18 10:40:33 +0300
commit7c5dd146897f3427fafe658c6deba2732e937b20 (patch)
treef358bd7f89646e786dc65708ec7e99fa4ef03a24
parent3e83a0d92dfc6b28a97a7239bef72c22ae356fd8 (diff)
CMake: Fix indentation around LLVM detection code
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b14ec86a16..8e84b31ecc9 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()