https://github.com/Kitware/CMake
Revision da9fe11b98ae9b176c1fbee8afb2cacddacf0c11 authored by Brad King on 06 April 2017, 13:38:32 UTC, committed by Kitware Robot on 06 April 2017, 13:38:36 UTC
227de0b9 include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>
4cd815f0 VS: Pass whole target to WriteProjectConfigurations

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !669
2 parent s 0ef6b24 + 227de0b
Raw File
Tip revision: da9fe11b98ae9b176c1fbee8afb2cacddacf0c11 authored by Brad King on 06 April 2017, 13:38:32 UTC
Merge topic 'include_external_msproject-map-config'
Tip revision: da9fe11
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