From a46d047f9466c6f16597755bb7c771a9d1a147f2 Mon Sep 17 00:00:00 2001 From: ipriver Date: Mon, 22 Jun 2020 15:27:03 +0300 Subject: fixed indentation for cmake files --- cmake/macros/CheckBuildDir.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/macros/CheckBuildDir.cmake') diff --git a/cmake/macros/CheckBuildDir.cmake b/cmake/macros/CheckBuildDir.cmake index d45dc9b4c8e..a62259f8ca1 100644 --- a/cmake/macros/CheckBuildDir.cmake +++ b/cmake/macros/CheckBuildDir.cmake @@ -14,7 +14,7 @@ string(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" BUILDING_IN_SOURCE) -if( BUILDING_IN_SOURCE ) +if(BUILDING_IN_SOURCE) message(FATAL_ERROR " This project requires an out of source build. Remove the file 'CMakeCache.txt' found in this directory before continuing, create a separate build directory -- cgit v1.2.3