]> Creatis software - cpPlugins.git/blobdiff - cmake/BaseConfig.cmake
...
[cpPlugins.git] / cmake / BaseConfig.cmake
index d177604781fdd748042fb7dffe15eeef77b7a537..515820db9e03eaacfeee695d205c4dc60344e651 100644 (file)
@@ -33,7 +33,10 @@ INCLUDE(GenerateExportHeader)
 ## ==================================================
 
 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})
 
 ## =================================================