https://github.com/Kitware/CMake
Revision bbffaa0e6cf3802644453713e80a84345e96148b authored by Sylvain Joubert on 24 January 2015, 18:42:31 UTC, committed by Brad King on 27 January 2015, 16:16:48 UTC
This will make them use the 'console' pool with the Ninja generator.
Impacted targets are:
- Built-in targets: install, install/local, install/strip, tests,
  package, package_source, rebuild_cache
- Targets provided by the CTestTargets module: Nightly, Continuous,
  Experimental,
  and all their variants (*Start, *Configure, ...)
1 parent 7fefb97
Raw File
Tip revision: bbffaa0e6cf3802644453713e80a84345e96148b authored by Sylvain Joubert on 24 January 2015, 18:42:31 UTC
Configure some CMake-provided targets with USES_TERMINAL (#14915)
Tip revision: bbffaa0
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 "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top