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:
parent
dd9bb15437
commit
985d05c6b0
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
######################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue