Cleanup: whitespace (CMake)

This commit is contained in:
Campbell Barton
2015-07-18 18:21:17 +10:00
parent 7c5dd14689
commit 752eb64d60
3 changed files with 19 additions and 19 deletions

View File

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