https://github.com/Kitware/CMake
Revision 21e497fe6323b84e34c925e740f242edd6821c40 authored by Brad King on 29 July 2020, 17:02:21 UTC, committed by Brad King on 29 July 2020, 17:02:21 UTC
Refactoring in commit 25439c7d62 (Clang: Refactor CXX standard flags
into __compiler_clang_cxx_standards(), 2020-03-16, v3.18.0-rc1~362^2~4)
accidentally broke the `cxx_std_*` fallback feature names.

Issue: #21033
1 parent d421274
Raw File
Tip revision: 21e497fe6323b84e34c925e740f242edd6821c40 authored by Brad King on 29 July 2020, 17:02:21 UTC
Clang: Fix fallback compile features when simulating old MSVC versions
Tip revision: 21e497f
CTestConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# If changing this file, also update Utilities/Sphinx/CTestConfig.cmake

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