added FORCE tag for BUILD NAME

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1164 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2008-03-18 09:52:29 +00:00
commit c90e707342

View file

@ -95,7 +95,7 @@ ENDIF(CMAKE_BUILD_TYPE MATCHES Debug)
IF (ENABLE_CMAKE_TESTING)
ENABLE_TESTING()
SET(BUILDNAME "${CMAKE_PROJECT_NAME}-${CMAKE_SYSTEM}-${CMAKE_CXX_COMPILER}" CACHE STRING "Name of the build on the dashboard")
SET(BUILDNAME "${CMAKE_PROJECT_NAME}-${CMAKE_SYSTEM}-${CMAKE_CXX_COMPILER}" CACHE STRING "Name of the build on the dashboard" FORCE)
MARK_AS_ADVANCED(BUILDNAME)
ENDIF (ENABLE_CMAKE_TESTING)
######################################################################################