X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=16233ddf8ac8e1a01f283964e2cf3094fe9fdef1;hb=7c7bc497af96e7b5845be9a2fc277036ec752be9;hp=93dd1ef88a9b4d8c4f99a417e33e5ae7f2e6dfb4;hpb=0eec827392a9544a6e61fce74c5b430c1873f5a2;p=cpPlugins.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 93dd1ef..16233dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) SET( policies + CMP0015 CMP0020 CMP0042 ) @@ -82,7 +83,7 @@ ENDIF(USE_QT4) ## ================================================ IF(PROJECT_BINARY_DIR STREQUAL ${PROJECT_SOURCE_DIR}) - MESSAGE(FATAL_ERROR "Building in the source tree is not allowed") + MESSAGE(FATAL_ERROR "Building in the source tree is not allowed.") ENDIF(PROJECT_BINARY_DIR STREQUAL ${PROJECT_SOURCE_DIR}) ## =====================================