CMake: Fix indentation around LLVM detection code

This commit is contained in:
Sergey Sharybin 2015-07-18 09:40:33 +02:00
parent 3e83a0d92d
commit 7c5dd14689

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