https://github.com/Kitware/CMake
Revision 4fc1dd2ff1ee2d9dd5771b44070bf1750c60a939 authored by Brad King on 20 August 2020, 11:55:16 UTC, committed by Kitware Robot on 20 August 2020, 11:55:23 UTC
47abe5f225 FindMPI: Fix regression in pthread guard

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Raul Tambre <raul@tambre.ee>
Merge-request: !5147
2 parent s 590b879 + 47abe5f
Raw File
Tip revision: 4fc1dd2ff1ee2d9dd5771b44070bf1750c60a939 authored by Brad King on 20 August 2020, 11:55:16 UTC
Merge topic 'FindMPI-cuda-pthread' into release-3.18
Tip revision: 4fc1dd2
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