git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30874
0785d39b-7218-0410-832d-
ea1e28bc413d
STRING(REGEX REPLACE " " "-" _compiler_id ${_compiler_id})
IF( NOT "${_compiler_id}" STREQUAL "" OR
_compiler_id MATCHES "CMAKE_CXX_COMPILER" )
- SET(CTEST_BUILD_NAME "${CTEST_BUILD_NAME}-${_compiler_id}")
+ SET(CTEST_BUILD_NAME "${_compiler_id}")
ENDIF()
ENDIF()
IF(NOT "${CONFIG_FILE}" STREQUAL "")
GET_FILENAME_COMPONENT(_conf ${CONFIG_FILE} NAME_WE)
- SET(CTEST_BUILD_NAME "${CTEST_BUILD_NAME}-${conf}")
+ STRING(REGEX REPLACE "#.*$" "" _conf ${_conf})
+ SET(CTEST_BUILD_NAME "${CTEST_BUILD_NAME}-${_conf}")
ENDIF()
MESSAGE("-- CTEST_BUILD_NAME: ${CTEST_BUILD_NAME}")
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams