[svn-r28147] Correct define vs variable usage

This commit is contained in:
Allen Byrne
2015-10-20 16:09:27 -05:00
parent 1bf086b080
commit 84c4dc0039
2 changed files with 3 additions and 1 deletions

View File

@@ -255,6 +255,8 @@ message(STATUS "Dashboard script configuration:\n${vars}\n")
if(LOCAL_UPDATE)
ctest_update (SOURCE "${CTEST_SOURCE_DIRECTORY}")
endif()
configure_file(${CTEST_SOURCE_DIRECTORY}/config/cmake/CTestCustom.cmake ${CTEST_BINARY_DIRECTORY}/CTestCustom.cmake)
ctest_read_custom_files ("${CTEST_BINARY_DIRECTORY}")
ctest_configure (BUILD "${CTEST_BINARY_DIRECTORY}")
if(LOCAL_SUBMIT)
ctest_submit (PARTS Update Configure Notes)