ENH: Display version of ctest first

This commit is contained in:
Andy Cedilnik 2004-10-19 13:25:30 -04:00
parent eb6fb9eb8e
commit bb20ea5060
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ SET (CTEST_BINARY_NAME kwsysBin)
# which ctest command to use for running the dashboard
SET (CTEST_COMMAND
"\"${CTEST_EXECUTABLE_NAME}\" --version"
"\"${CTEST_EXECUTABLE_NAME}\" -D Experimental -A \"${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}\""
)