CMake: Fix indentation around LLVM detection code
This commit is contained in:
@@ -1063,9 +1063,9 @@ if(UNIX AND NOT APPLE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_LLVM)
|
if(WITH_LLVM)
|
||||||
find_package_wrapper(LLVM)
|
find_package_wrapper(LLVM)
|
||||||
|
|
||||||
if(NOT LLVM_FOUND)
|
if(NOT LLVM_FOUND)
|
||||||
set(WITH_LLVM OFF)
|
set(WITH_LLVM OFF)
|
||||||
message(STATUS "LLVM not found")
|
message(STATUS "LLVM not found")
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user