Added: MARK_AS_ADVANCED(BUILDNAME) for the CTEst config

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1162 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-18 09:20:04 +00:00
commit 985d05c6b0

View file

@ -94,7 +94,9 @@ ENDIF(CMAKE_BUILD_TYPE MATCHES Debug)
#SET(ENABLE_CMAKE_TESTING TRUE CACHE BOOL "Enable testing ?")
IF (ENABLE_CMAKE_TESTING)
ENABLE_TESTING()
ENABLE_TESTING()
SET(BUILDNAME "${CMAKE_PROJECT_NAME}-${CMAKE_SYSTEM}-${CMAKE_CXX_COMPILER}" CACHE STRING "Name of the build on the dashboard")
MARK_AS_ADVANCED(BUILDNAME)
ENDIF (ENABLE_CMAKE_TESTING)
######################################################################################