ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/CTestConfig.cmake
Revision: 1.3
Committed: Mon Jan 8 16:51:31 2018 UTC (6 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Update to CMake build system from Rob G. and Alex S., adding test cases

File Contents

# User Rev Content
1 greg 1.1 set(CTEST_PROJECT_NAME "radiance")
2     set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
3    
4     set(CTEST_DROP_METHOD "http")
5     set(CTEST_DROP_SITE "cdash.org")
6     set(CTEST_DROP_LOCATION "/CDash/submit.php?project=radiance")
7     set(CTEST_DROP_SITE_CDASH TRUE)