summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-11-29 18:51:08 +1100
committerCraig Scott <craig.scott@crascit.com>2020-12-11 11:19:04 +1100
commit2c33949c64230547bb15265f015f6b6eb1fb9493 (patch)
tree1263ef51f14a17ec326ccd05d5cadba23b323fdb
parent08164823027f16b0839e705103226a1a7e33cb9f (diff)
downloadcmake-2c33949c64230547bb15265f015f6b6eb1fb9493.tar.gz
Help: Mention how OPTIMIZE_DEPENDENCIES is initialized
-rw-r--r--Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst b/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst
index 2fdf1a912a..d17251f57a 100644
--- a/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst
+++ b/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst
@@ -38,3 +38,6 @@ side effects that are relevant for the Fortran library. However, if you build
the middle C library, the bottom Fortran library will also build, even though
it does not have any side effects that are relevant to the C library, since the
C library does not have optimization enabled.
+
+This property is initialized by the value of the
+:variable:`CMAKE_OPTIMIZE_DEPENDENCIES` variable when the target is created.