Commit: 7c5dd146897f3427fafe658c6deba2732e937b20
Author: Sergey Sharybin
Date:   Sat Jul 18 09:40:33 2015 +0200
Branches: master
https://developer.blender.org/rB7c5dd146897f3427fafe658c6deba2732e937b20

CMake: Fix indentation around LLVM detection code

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

M       CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b14ec8..8e84b31 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()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to