]> Creatis software - cpPlugins.git/blobdiff - CMakeLists.txt
...
[cpPlugins.git] / CMakeLists.txt
index 93dd1ef88a9b4d8c4f99a417e33e5ae7f2e6dfb4..16233ddf8ac8e1a01f283964e2cf3094fe9fdef1 100644 (file)
@@ -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})
 
 ## =====================================