https://github.com/Kitware/CMake
Revision 3f5e4f1957c33335d792f6edde62ca59d3b158fb authored by Brad King on 01 February 2017, 15:13:03 UTC, committed by Brad King on 06 February 2017, 15:34:12 UTC
Move all development release notes into a new version-specific document:

    tail -q -n +3 Help/release/dev/* > Help/release/3.8.rst
    git rm -- Help/release/dev/*

except the sample topic:

    git checkout HEAD -- Help/release/dev/0-sample-topic.rst

Reference the new document from the release notes index document.
Add a title and intro sentence to the new document by hand.
1 parent 811c854
Raw File
Tip revision: 3f5e4f1957c33335d792f6edde62ca59d3b158fb authored by Brad King on 01 February 2017, 15:13:03 UTC
Help: Consolidate 3.8 release notes
Tip revision: 3f5e4f1
CTestConfig.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 "1:00:00 UTC")

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)
set(CTEST_CDASH_VERSION "1.6")
set(CTEST_CDASH_QUERY_VERSION TRUE)
back to top