https://github.com/Kitware/CMake
Revision 4443adc1c0450a49a4413669a8ade5487f9f3026 authored by Frank Winklmeier on 30 January 2018, 16:51:14 UTC, committed by Frank Winklmeier on 30 January 2018, 16:51:14 UTC
GetImportedGeneratorTargets is not used anywhere hence remove it
to avoid exposing the type of ImportedGeneratorTargets.
1 parent 1429382
Raw File
Tip revision: 4443adc1c0450a49a4413669a8ade5487f9f3026 authored by Frank Winklmeier on 30 January 2018, 16:51:14 UTC
cmLocalGenerator: remove public GetImportedGeneratorTargets
Tip revision: 4443adc
CTestConfig.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 "1:00:00 UTC")

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)
set(CTEST_CDASH_VERSION "1.6")
set(CTEST_CDASH_QUERY_VERSION TRUE)
back to top