X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f78165e6c51edc9a278f0948c7936122568954e..278ed194f8f669d600e7c42b54a767e6d36705a2:/buildtools/Cmake/CTestConfig.cmake diff --git a/buildtools/Cmake/CTestConfig.cmake b/buildtools/Cmake/CTestConfig.cmake index 35e004bca4..6e833cece4 100644 --- a/buildtools/Cmake/CTestConfig.cmake +++ b/buildtools/Cmake/CTestConfig.cmake @@ -18,6 +18,10 @@ 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(enable_supernovae) + SET(BUILDNAME "SUPERNOVAE" CACHE TYPE INTERNAL FORCE) +endif(enable_supernovae) + if(HAVE_GTNETS) SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE) endif(HAVE_GTNETS)