ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
radiance
/
ray
/
CTestConfig.cmake
Revision:
1.1
Committed:
Sat Oct 22 22:38:10 2011 UTC
(13 years, 3 months ago) by
greg
Branch:
MAIN
CVS Tags:
rad4R1
Log Message:
Added qt interface for rvu and cmake files from Bill Hoffman
File Contents
#
Content
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)
8
set(CTEST_USE_LAUNCHERS 1)