https://github.com/Kitware/CMake
Revision 4a67e9cd4122e668a6d0352e2a18a4aad6953d7d authored by Brad King on 27 May 2014, 13:46:33 UTC, committed by CMake Topic Stage on 27 May 2014, 13:46:33 UTC
9ba91463 tests: test CMP0053 in WARN mode when watching variables

2 parent s 03a3ee2 + 9ba9146
Raw File
Tip revision: 4a67e9cd4122e668a6d0352e2a18a4aad6953d7d authored by Brad King on 27 May 2014, 13:46:33 UTC
Merge topic 'dev/CMP0053-variable_watch'
Tip revision: 4a67e9c
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