https://github.com/Kitware/CMake
Revision 7368ade2502a347b18c47fc175b67c1d0f594744 authored by Robert Maynard on 09 June 2017, 19:49:58 UTC, committed by Brad King on 13 June 2017, 13:15:19 UTC
The CUDA compiler automatic deprecation warnings are pure noise when
doing device linking, and should be suppressed to reduce the amount of
confusion from users.
1 parent d025faf
Raw File
Tip revision: 7368ade2502a347b18c47fc175b67c1d0f594744 authored by Robert Maynard on 09 June 2017, 19:49:58 UTC
CUDA: When linking device code suppress CUDA 8.0+ deprecation warnings
Tip revision: 7368ade
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