https://github.com/Kitware/CMake
Revision 398a2bddf3d03aaa7c0f8df2290e06c18ba4e680 authored by Brad King on 31 March 2020, 11:18:14 UTC, committed by Brad King on 31 March 2020, 11:18:14 UTC
This feature was added by commit 75e82a13db (GoogleTest: Add new
DISCOVERY_MODE option to gtest_discover_tests, 2020-03-16) but a
release note was accidentally left out.  Add one now.
1 parent 2361f4e
Raw File
Tip revision: 398a2bddf3d03aaa7c0f8df2290e06c18ba4e680 authored by Brad King on 31 March 2020, 11:18:14 UTC
Help: Add release note for GoogleTest module DISCOVERY_MODE feature
Tip revision: 398a2bd
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