diff options
author | ipriver <g1ran1q@gmail.com> | 2020-06-22 15:27:03 +0300 |
---|---|---|
committer | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-06-24 14:42:02 +0200 |
commit | a46d047f9466c6f16597755bb7c771a9d1a147f2 (patch) | |
tree | 136303f021208e514db5c9b0fff1b65dc8d2d3cf /cmake/macros/CheckBuildDir.cmake | |
parent | b210bb37130087d9a25a61dfb1b8baa60540c12c (diff) |
fixed indentation for cmake files
Diffstat (limited to 'cmake/macros/CheckBuildDir.cmake')
-rw-r--r-- | cmake/macros/CheckBuildDir.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |