[Bf-blender-cvs] [7c5dd14] master: CMake: Fix indentation around LLVM detection code

Sergey Sharybin noreply at git.blender.org
Sat Jul 18 09:42:10 CEST 2015


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




More information about the Bf-blender-cvs mailing list