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
@@ -1,8 +1,6 @@
ASM<DIALECT>
------------
-.. versionadded:: 3.10
-
.. include:: ENV_VAR.txt
Preferred executable for compiling a specific dialect of assembly language
ASM<DIALECT>FLAGS
-----------------
Default compilation flags to be used when compiling a specific dialect of an
CC
--
Preferred executable for compiling ``C`` language files. Will only be used by
CFLAGS
------
Default compilation flags to be used when compiling ``C`` files. Will only be
CMAKE_CONFIG_TYPE
The default build configuration for :ref:`Build Tool Mode` and
CMAKE_MSVCIDE_RUN_PATH
----------------------
Extra PATH locations for custom commands when using
CMAKE_OSX_ARCHITECTURES
-----------------------
Target specific architectures for macOS.
CMAKE_PREFIX_PATH
-.. versionadded:: 3.18
The ``CMAKE_PREFIX_PATH`` environment variable may be set to a list of
@@ -1,7 +1,7 @@
CSFLAGS
-------
+.. versionadded:: 3.9.2
CTEST_INTERACTIVE_DEBUG_MODE
----------------------------
Environment variable that will exist and be set to ``1`` when a test executed
CTEST_OUTPUT_ON_FAILURE
Boolean environment variable that controls if the output should be logged for
CTEST_PARALLEL_LEVEL
--------------------
Specify the number of tests for CTest to run in parallel. See :manual:`ctest(1)`
CTEST_USE_LAUNCHERS_DEFAULT
---------------------------
Initializes the :variable:`CTEST_USE_LAUNCHERS` variable if not already defined.
CUDACXX
+.. versionadded:: 3.8
CUDAFLAGS
---------
CUDAHOSTCXX
-----------
CXX
---
Preferred executable for compiling ``CXX`` language files. Will only be used by
CXXFLAGS
--------
Default compilation flags to be used when compiling ``CXX`` (C++) files. Will
DASHBOARD_TEST_FROM_CTEST
-------------------------
Environment variable that will exist when a test executed by :manual:`ctest(1)`
DESTDIR
-.. versionadded:: 3.12
On UNIX one can use the ``DESTDIR`` mechanism in order to relocate the
FC
Preferred executable for compiling ``Fortran`` language files. Will only be used
FFLAGS
Default compilation flags to be used when compiling ``Fortran`` files. Will only
LDFLAGS
Will only be used by CMake on the first configuration to determine the default
MACOSX_DEPLOYMENT_TARGET
------------------------
Specify the minimum version of macOS on which the target binaries are
<PackageName>_ROOT
------------------
-.. versionadded:: 3.12.1
+.. versionadded:: 3.12
RC
Preferred executable for compiling ``resource`` files. Will only be used by CMake
RCFLAGS
Default compilation flags to be used when compiling ``resource`` files. Will
Calls to :command:`find_package(<PackageName>)` will search in prefixes
specified by the ``<PackageName>_ROOT`` CMake variable, where