https://github.com/Kitware/CMake
Revision a4529584abaf43aa1676887a5d9755110af182f5 authored by Brad King on 08 August 2013, 17:55:02 UTC, committed by CMake Topic Stage on 08 August 2013, 17:55:02 UTC
09b147b Merge branch 'upstream-kwsys' into update-kwsys
ce6eac8 KWSys 2013-08-06 (deec6b8a)

2 parent s f181f27 + 09b147b
Raw File
Tip revision: a4529584abaf43aa1676887a5d9755110af182f5 authored by Brad King on 08 August 2013, 17:55:02 UTC
Merge topic 'update-kwsys'
Tip revision: a452958
DartConfig.cmake
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")

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