Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete double negation for option.
[simgrid.git] / buildtools / Cmake / src / CTestConfig.cmake
index d191889..675b702 100644 (file)
@@ -48,9 +48,9 @@ if(supernovae)
        SET(BUILDNAME "SUPERNOVAE" CACHE TYPE INTERNAL FORCE)
 endif(supernovae)
 
-if(NOT disable_gtnets AND HAVE_GTNETS)
+if(HAVE_GTNETS)
        SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE)
-endif(NOT disable_gtnets AND HAVE_GTNETS)
+endif(HAVE_GTNETS)
 
 if(HAVE_TRACING)
        SET(BUILDNAME "TRACING" CACHE TYPE INTERNAL FORCE)