https://github.com/Kitware/CMake
Revision 9135954e2fe607c08e065601c52958652e11b684 authored by Brad King on 04 February 2020, 16:37:22 UTC, committed by Brad King on 04 February 2020, 16:46:18 UTC
VS 2017 version 15.8 introduced support for unity builds implemented
in part by the `$(VCTargetsPath)/Microsoft.Cpp.Unity.targets` file.
Do not enable unity builds on VS 15 versions that do not have that file.

Fixes: #20284
1 parent 21e60da
Raw File
Tip revision: 9135954e2fe607c08e065601c52958652e11b684 authored by Brad King on 04 February 2020, 16:37:22 UTC
VS: Do not use native unity builds on VS 2017 versions less than 15.8
Tip revision: 9135954
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