]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/CTestConfig.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill now unused xbt_heap.
[simgrid.git] / tools / cmake / CTestConfig.cmake
index 54a297c4bbbe9755c8a09a2101931cf490d75040..42b8753cea4284654859aa76adb31633e8279882 100644 (file)
@@ -20,7 +20,7 @@ if(enable_compile_warnings AND enable_compile_optimizations)
   SET(BUILDNAME "FULL_FLAGS" CACHE INTERNAL "Buildname" FORCE)
 endif()
 
-if(HAVE_MC)
+if(SIMGRID_HAVE_MC)
   SET(BUILDNAME "MODEL-CHECKING" CACHE INTERNAL "Buildname" FORCE)
 endif()