Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the stateful model-checking from the archive. It's not working anymore
[simgrid.git] / tools / cmake / CTestConfig.cmake
index 0debf7c..f1723c8 100644 (file)
@@ -5,9 +5,6 @@ if(APPLE)
   SET(BUILDNAME "APPLE" CACHE INTERNAL "Buildname" FORCE)
 else()
   SET(BUILDNAME "UNIX" CACHE INTERNAL "Buildname" FORCE)
-  if(WIN32)
-    SET(BUILDNAME "WINDOWS" CACHE INTERNAL "Buildname" FORCE)
-  endif()
 endif()
 
 if(NOT enable_memcheck)
@@ -20,10 +17,6 @@ if(enable_compile_warnings AND enable_compile_optimizations)
   SET(BUILDNAME "FULL_FLAGS" CACHE INTERNAL "Buildname" FORCE)
 endif()
 
-if(SIMGRID_HAVE_MC)
-  SET(BUILDNAME "MODEL-CHECKING" CACHE INTERNAL "Buildname" FORCE)
-endif()
-
 if(enable_memcheck)
   SET(BUILDNAME "MEMCHECK" CACHE INTERNAL "Buildname" FORCE)
 endif()