https://github.com/Kitware/CMake
Revision 45fa9b32caae2a45adf4e7eec8e69fc0a149a4ff authored by Brad King on 08 April 2020, 15:28:30 UTC, committed by Brad King on 08 April 2020, 15:51:02 UTC
Use `<arch>-SDK-NOTFOUND` instead of an empty string as a placeholder in
`CMAKE_APPLE_ARCH_SYSROOTS` for architectures whose SDK is not found.
This ensures the length of `CMAKE_APPLE_ARCH_SYSROOTS` matches the
length of `CMAKE_OSX_ARCHITECTURES`.  It also makes the missing SDKs
more visible in the value.

Issue: #20534
1 parent 3d61ff7
Raw File
Tip revision: 45fa9b32caae2a45adf4e7eec8e69fc0a149a4ff authored by Brad King on 08 April 2020, 15:28:30 UTC
Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTS
Tip revision: 45fa9b3
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