Merge topic 'patch-CTEST_CVS_CHECKOUT'

77d23eaa8f CTEST_CVS_CHECKOUT: Add deprecated directive to docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10512
This commit is contained in:
Brad King 2025-03-25 14:36:14 +00:00 committed by Kitware Robot
commit f37d0f33b2
2 changed files with 4 additions and 4 deletions

View File

@ -80,8 +80,8 @@ equivalent:
However, for the sake of readability, it is recommended that you order your
parameters in the order listed at the top of this page.
If the :variable:`CTEST_CHECKOUT_COMMAND` variable (or the
:variable:`CTEST_CVS_CHECKOUT` variable) is set, its content is treated as
If the :variable:`CTEST_CHECKOUT_COMMAND` variable is set, its content is
treated as
command-line. The command is invoked with the current working directory set
to the parent of the source directory, even if the source directory already
exists. This can be used to create the source tree from a version control

View File

@ -1,6 +1,6 @@
CTEST_CVS_CHECKOUT
------------------
.. versionadded:: 3.1
.. deprecated:: 3.1
Deprecated. Use :variable:`CTEST_CHECKOUT_COMMAND` instead.
Use :variable:`CTEST_CHECKOUT_COMMAND` variable instead.