https://github.com/Kitware/CMake
Revision 9a800c12fcf357b0eeb585a973a6f61790687795 authored by Igor Kostenko on 04 September 2018, 14:12:23 UTC, committed by Brad King on 04 September 2018, 16:41:36 UTC
* `all.hpp` was removed in 1.68:
  https://github.com/boostorg/context/commit/2e37599461912cc1679f106a25456a493f7f0b27
* `fcontext.hpp` was moved to detail in 1.61:
  https://github.com/boostorg/context/commit/c2f0dfdf2608c1ebaa2229fa6f358fe6aa103561

Fixes: #18126
1 parent c4ab098
Raw File
Tip revision: 9a800c12fcf357b0eeb585a973a6f61790687795 authored by Igor Kostenko on 04 September 2018, 14:12:23 UTC
FindBoost: Fix context discovery for 1.60 and below
Tip revision: 9a800c1
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