Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use an execute action instead of a sleep action.
[simgrid.git] / buildtools / CPACK / src / CTestConfig.cmake
index 5be31b9..9177177 100644 (file)
@@ -48,10 +48,9 @@ if(supernovae)
        SET(BUILDNAME "SUPERNOVAE" CACHE TYPE INTERNAL FORCE)
 endif(supernovae)
 
-if(HAVE_GTNETS)
+if(NOT disable_gtnets)
        SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE)
-endif(HAVE_GTNETS)
-
+endif(NOT disable_gtnets)
 
 SET(SITE "${osname}_${DISTRIB2}_${cpu}")
 SET(CTEST_SITE "${osname}_${DISTRIB2}_${cpu}")