Remove automatic setting of BUILDNAME for now

This commit is contained in:
Mathieu Malaterre 2010-05-26 09:53:05 +00:00
parent a1b6f1e096
commit 18c30c30d6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ IF(OPENJPEG_STANDALONE)
#MARK_AS_ADVANCED(BUILD_TESTING DART_ROOT TCL_TCLSH)
IF(BUILD_TESTING)
ENABLE_TESTING()
SET(BUILDNAME "OpenJPEG-${CMAKE_SYSTEM}-${CMAKE_C_COMPILER}" CACHE STRING "Name of build on the dashboard")
#SET(BUILDNAME "OpenJPEG-${CMAKE_SYSTEM}-${CMAKE_C_COMPILER}" CACHE STRING "Name of build on the dashboard")
MARK_AS_ADVANCED(BUILDNAME)
ENDIF(BUILD_TESTING)
ENDIF(OPENJPEG_STANDALONE)