From: navarrop Date: Tue, 16 Feb 2010 08:40:31 +0000 (+0000) Subject: Put GTNETS buildname. X-Git-Tag: SVN~642 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8e6a4ddfcbef4612d6bb7c98b6b2c8b47f8de55d Put GTNETS buildname. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7094 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/CPACK/src/CTestConfig.cmake b/buildtools/CPACK/src/CTestConfig.cmake index 5be31b9c0b..9177177876 100644 --- a/buildtools/CPACK/src/CTestConfig.cmake +++ b/buildtools/CPACK/src/CTestConfig.cmake @@ -48,10 +48,9 @@ if(supernovae) SET(BUILDNAME "SUPERNOVAE" CACHE TYPE INTERNAL FORCE) endif(supernovae) -if(HAVE_GTNETS) +if(NOT disable_gtnets) SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE) -endif(HAVE_GTNETS) - +endif(NOT disable_gtnets) SET(SITE "${osname}_${DISTRIB2}_${cpu}") SET(CTEST_SITE "${osname}_${DISTRIB2}_${cpu}")