mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
Help: Add version number to deprecation note
In section "Deprecated Commands" in manual/cmake-commands.7, indicate that those commands are deprecated since 3.0.
This commit is contained in:
@@ -145,8 +145,9 @@ These commands are available only in CTest scripts.
|
||||
Deprecated Commands
|
||||
===================
|
||||
|
||||
These commands are available only for compatibility with older
|
||||
versions of CMake. Do not use them in new code.
|
||||
These commands are deprecated since CMake version 3.0.
|
||||
They are available only for backward compatibility.
|
||||
Do not use them in new code.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Reference in New Issue
Block a user