summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Help/policy/CMP0127.rst2
-rw-r--r--Help/prop_test/ENVIRONMENT_MODIFICATION.rst2
-rw-r--r--Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst2
3 files changed, 6 insertions, 0 deletions
diff --git a/Help/policy/CMP0127.rst b/Help/policy/CMP0127.rst
index 8560bbf..2106110 100644
--- a/Help/policy/CMP0127.rst
+++ b/Help/policy/CMP0127.rst
@@ -1,6 +1,8 @@
CMP0127
-------
+.. versionadded:: 3.22
+
:command:`cmake_dependent_option` supports full :ref:`Condition Syntax`.
The ``<depends>`` parameter accepts a :ref:`semicolon-separated list <CMake
diff --git a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst
index ffd5de4..0031210 100644
--- a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst
+++ b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst
@@ -1,6 +1,8 @@
ENVIRONMENT_MODIFICATION
------------------------
+.. versionadded:: 3.22
+
Specify environment variables that should be modified for running a test. Note
that the operations performed by this property are performed after the
:prop_test:`ENVIRONMENT` property is already applied.
diff --git a/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst b/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst
index 518bca7..3533ef9 100644
--- a/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst
+++ b/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst
@@ -1,6 +1,8 @@
Fortran_BUILDING_INSTRINSIC_MODULES
-----------------------------------
+.. versionadded:: 3.22
+
Instructs the CMake Fortran preprocessor that the target is building
Fortran intrinsics for building a Fortran compiler.