Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This link should be created by cmake, but update it in the svn since it exists here...
[simgrid.git] / buildtools / Cmake / src / CTestConfig.cmake
index 286647f..e687f4f 100644 (file)
@@ -52,6 +52,10 @@ if(NOT disable_gtnets AND HAVE_GTNETS)
        SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE)
 endif(NOT disable_gtnets AND HAVE_GTNETS)
 
+if(HAVE_TRACING)
+       SET(BUILDNAME "TRACING" CACHE TYPE INTERNAL FORCE)
+endif(HAVE_TRACING)
+
 SET(SITE "${osname}_${DISTRIB2}_${cpu}")
 SET(CTEST_SITE "${osname}_${DISTRIB2}_${cpu}")
 SET(CTEST_PROJECT_NAME "${PROJECT_NAME}")