Warning, /education/marble/tests/CTestNightlyScript.cmake.in is written in an unsupported language. File is not indexed.
0001 #set the source and binary directories 0002 set( CTEST_SOURCE_DIRECTORY "@PROJECT_SOURCE_DIR@" ) 0003 set( CTEST_BINARY_DIRECTORY "@PROJECT_BINARY_DIR@" ) 0004 0005 #set the CTest command used for running the dashboard 0006 set ( CTEST_COMMAND "@CMAKE_CTEST_COMMAND@ -D Nightly --verbose" ) 0007 0008 #set the command for configuring the dashboard 0009 set ( CTEST_CMAKE_COMMAND "@CMAKE_COMMAND@ -DWITH_KF5=FALSE" ) 0010 0011 #wipe the binary tree before running 0012 set ( CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE )