# these are the name of the source and binary directory on disk. SET (CTEST_SOURCE_NAME "src/Insight") SET (CTEST_BINARY_NAME "bin/InsightVS9Release") SET(CTEST_DASHBOARD_ROOT "C:/Users/Ali/Dashboards/") SET(CTEST_SOURCE_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_SOURCE_NAME}") SET(CTEST_BINARY_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_BINARY_NAME}") # which ctest command to use for running the dashboard SET (CTEST_COMMAND "\"C:/Program Files (x86)/CMake 2.6/bin/ctest.exe\" -C Release -D Nightly -A \"${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}\"" "\"C:/Program Files (x86)/CMake 2.6/bin/cmake.exe\" -DBUILD_TYPE=Release -P \"${CTEST_BINARY_DIRECTORY}/cmake_install.cmake\"" ) # what cmake command to use for configuring this dashboard SET (CTEST_CMAKE_COMMAND "\"C:/Program Files (x86)/CMake 2.6/bin/cmake.exe\"" ) # should ctest wipe the binary tree before running SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE) # this is the initial cache to use for the binary tree, be careful to escape # any quotes inside of this string if you use it SET (CTEST_INITIAL_CACHE " SITE:STRING=AlisComputer BUILDNAME:STRING=Win64-Vista-vs9-Release CMAKE_GENERATOR:INTERNAL=Visual Studio 9 2008 CTEST_BUILD_CONFIGURATION:STRING=Release BUILD_SHARED_LIBS:BOOL=OFF ITK_USE_PATENTED:BOOL=OFF CVSCOMMAND:FILEPATH=D:/cygwin/bin/cvs.exe BUILD_TESTING:BOOL=ON BUILD_EXAMPLES:BOOL=ON DART_TESTING_TIMEOUT:STRING=1500 ITK_LEGACY_REMOVE:BOOL=OFF ITK_LEGACY_SILENT:BOOL=ON // For install CMAKE_INSTALL_PREFIX:PATH=${CTEST_BINARY_DIRECTORY}/InsightVS9Install ") # set any extra envionment variables here SET (CTEST_ENVIRONMENT )