]> Creatis software - creaToolsTools.git/blobdiff - ctest/crea-osx.ctest
Cosmetics
[creaToolsTools.git] / ctest / crea-osx.ctest
index 202539b35ea7f770399f382e0d48728ad4d9afec..b4ab463e1b7a3151316a71d7e7592f6af8214ff4 100644 (file)
@@ -11,7 +11,8 @@ cmake_minimum_required(VERSION 2.6)
 ## MANDATORY 
 # On my machine $ENV{HOSTNAME} does not work. why ?
 # Have to set the host name manually
-set(CTEST_SITE "cercocebe") 
+
+set(CTEST_SITE "cercocebe")
 #$ENV{HOSTNAME}")
 set(arch "osx_10.5.6")
 set(buildtype "debug")
@@ -19,16 +20,20 @@ set(CMakeCacheFile "crea-debug-CMakeCache.txt")
 #################################################################
 
 #################################################################
-## CAN BE CHANGED : 
+## MAY BE CHANGED :
 set(CTEST_DASHBOARD_ROOT "$ENV{HOME}/dashboards")
 set(MODEL Experimental)
 set(NUMBER_OF_CPU 2)
 #################################################################
 
 #################################################################
-# NOTHING FOR USER BELOW 
-set(project_name "crea")
+## The following lines must NOT be modified!
+## NOTHING FOR USER BELOW
+## NO RATS ALLOWED!
+## HANDS OFF!
+## ;-)
 
+set(project_name "crea")
 
 set(CTEST_BUILD_NAME "${project_name}-${CTEST_SITE}-${arch}-${buildtype}")