git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31014
0785d39b-7218-0410-832d-
ea1e28bc413d
IF("${CTEST_SOURCE_DIRECTORY}" STREQUAL "")
GET_FILENAME_COMPONENT(_path "${CMAKE_CURRENT_LIST_DIR}" PATH)
SET(CTEST_SOURCE_DIRECTORY ${_path}/deal.II)
+ IF(NOT EXISTS ${CTEST_SOURCE_DIRECTORY}/CTestConfig.cmake)
+ SET(CTEST_SOURCE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
+ ENDIF()
ENDIF()
+MESSAGE("-- CTEST_SOURCE_DIRECTORY: ${CTEST_SOURCE_DIRECTORY}")
+
SET(CTEST_BINARY_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
+MESSAGE("-- CTEST_BINARY_DIRECTORY: ${CTEST_BINARY_DIRECTORY}")
+
FILE(STRINGS ${CTEST_BINARY_DIRECTORY}/Testing/TAG _tag)
LIST(GET _tag 1 _track)
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