From 7c5dd146897f3427fafe658c6deba2732e937b20 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 18 Jul 2015 09:40:33 +0200 Subject: CMake: Fix indentation around LLVM detection code --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b14ec86a16..8e84b31ecc9 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() -- cgit v1.2.3