diff options
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 |