https://github.com/Kitware/CMake
Revision f243a34cce8e4591e913566d86c1a28dc3df7996 authored by Brad King on 07 December 2016, 16:17:49 UTC, committed by Brad King on 07 December 2016, 16:17:49 UTC
2 parent s 0d89c1e + 27431de
Raw File
Tip revision: f243a34cce8e4591e913566d86c1a28dc3df7996 authored by Brad King on 07 December 2016, 16:17:49 UTC
Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into release
Tip revision: f243a34
DartConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top