https://github.com/Kitware/CMake
Revision 783f4720f508405f0f4e30a1ba903d2851b41053 authored by Brad King on 11 February 2020, 13:17:38 UTC, committed by Kitware Robot on 11 February 2020, 13:17:45 UTC
b4d5ea8233 FindMPI: Preserve order of include directories on re-runs of CMake
8261ee3a9c FindMPI: Restore re-construction of include directories

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4341
2 parent s 35e9fbe + b4d5ea8
Raw File
Tip revision: 783f4720f508405f0f4e30a1ba903d2851b41053 authored by Brad King on 11 February 2020, 13:17:38 UTC
Merge topic 'FindMPI-fix-rerun' into release-3.17
Tip revision: 783f472
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