https://github.com/Kitware/CMake
Revision b9d67447c35681ccf272ec1744cb3208aa2745ba authored by Robert Maynard on 20 February 2020, 13:18:00 UTC, committed by Brad King on 24 February 2020, 19:14:38 UTC
In commit 46371132b3 (FindCUDA: CUDA_LIBRARIES doesn't contain raw
`-pthread`, 2019-11-11, v3.17.0-rc1~455^2) we introduced use of the
`Threads::Threads` target, but we do not `find_package(Threads)` on all
platforms.  Use the target only if it exists.
1 parent 125f045
Raw File
Tip revision: b9d67447c35681ccf272ec1744cb3208aa2745ba authored by Robert Maynard on 20 February 2020, 13:18:00 UTC
FindCUDA: Only depend on Threads::Threads on platforms that need it
Tip revision: b9d6744
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