Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups, variable names are not same. Fix the bug with Supernovae.
[simgrid.git] / buildtools / Cmake / CTestConfig.cmake
index 5756545..4371126 100644 (file)
@@ -17,9 +17,9 @@ if(enable_compile_warnings AND enable_compile_optimizations)
        SET(BUILDNAME "FULL_FLAGS" CACHE TYPE INTERNAL FORCE)
 endif(enable_compile_warnings AND enable_compile_optimizations)
 
-if(supernovae)
+if(enable_supernovae)
        SET(BUILDNAME "SUPERNOVAE" CACHE TYPE INTERNAL FORCE)
-endif(supernovae)
+endif(enable_supernovae)
 
 if(HAVE_GTNETS)
        SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE)