https://github.com/Kitware/CMake
Revision 769ff05483fa92e63466839854c4f3f0142a4fb3 authored by Craig Scott on 26 March 2021, 11:02:28 UTC, committed by Craig Scott on 26 March 2021, 22:54:27 UTC
The previous docs did not make clear that at most only one of the three
permissions-related options can be given for configure_file() or
file(GENERATE) and that USE_SOURCE_PERMISSIONS is already the
default behavior for these commands.

Use consistent wording to refer to the input and output files for
configure_file().

Add missing "versionadded" directives on some of these keywords.

Use the consistent wording and keyword ordering between the
configure_file(), file(GENERATE) and file(COPY) commands.
1 parent 9001846
Raw File
Tip revision: 769ff05483fa92e63466839854c4f3f0142a4fb3 authored by Craig Scott on 26 March 2021, 11:02:28 UTC
Help: Clarify permission-related command options
Tip revision: 769ff05
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