Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the version built from buildname so that cdash notices that it's another build...
[simgrid.git] / buildtools / Cmake / CTestConfig.cmake
index f7da28f..45ab81c 100644 (file)
@@ -38,7 +38,8 @@ getuname(node -n)
 getuname(osrel  -r)
 getuname(cpu    -m)
        
-SET (BUILDNAME "${VERSION}-${osname}-${DISTRIB2}-${cpu}")
+#SET (BUILDNAME "${VERSION}-${osname}-${DISTRIB2}-${cpu}")
+SET (BUILDNAME "${osname}-${DISTRIB2}-${cpu}")
 SET (SITE "${node}")
 SET (CTEST_PROJECT_NAME "Simgrid")
 SET (CTEST_DROP_METHOD "http")