Re-added the CTest configuration file.

This commit is contained in:
Ward Fisher 2012-10-19 20:48:43 +00:00
parent 0ce5296b3f
commit fc684dd05f

5
CTestConfig.cmake Normal file
View File

@ -0,0 +1,5 @@
# CTest/CDash configuration
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "yakov.unidata.ucar.edu/")
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=WinNETCDF")
SET (CTEST_DROP_SITE_CDASH TRUE)