diff options
author | Nikita Nemkin <nikita@nemkin.ru> | 2020-11-10 19:37:59 (GMT) |
---|---|---|
committer | Nikita Nemkin <nikita@nemkin.ru> | 2020-11-11 15:38:18 (GMT) |
commit | 5934a6275cb9906d3faea22c0e25a4de4911461a (patch) | |
tree | 887b9363b13932332ccb56a44793f836b4d7895f /Help/envvar/CC.rst | |
parent | b1208722c559920d83c571c26a382d0a158d5460 (diff) | |
download | CMake-5934a6275cb9906d3faea22c0e25a4de4911461a.zip CMake-5934a6275cb9906d3faea22c0e25a4de4911461a.tar.gz CMake-5934a6275cb9906d3faea22c0e25a4de4911461a.tar.bz2 |
Help: Fix `.. versionadded` directives in environment variable docs
Many environment variables were documented late and got
assigned wrong versions by the script.
(The whole Help/envvar section was only added in 3.10).
Issue: #19715
Diffstat (limited to 'Help/envvar/CC.rst')
-rw-r--r-- | Help/envvar/CC.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Help/envvar/CC.rst b/Help/envvar/CC.rst index 4c970b4..1bb8d51 100644 --- a/Help/envvar/CC.rst +++ b/Help/envvar/CC.rst @@ -1,8 +1,6 @@ CC -- -.. versionadded:: 3.10 - .. include:: ENV_VAR.txt Preferred executable for compiling ``C`` language files. Will only be used by |