summaryrefslogtreecommitdiffstats
path: root/Help/envvar/RCFLAGS.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-05-23 05:19:46 (GMT)
committerCraig Scott <craig.scott@crascit.com>2020-05-24 09:10:14 (GMT)
commit00c0c27303007ce1485d864378683fa7f69628a9 (patch)
tree43833957c6a7c49b1519acb16d19d501e551a320 /Help/envvar/RCFLAGS.rst
parent62816ff88c6d1bd8d1c00de5ed448ee915d69e00 (diff)
downloadCMake-00c0c27303007ce1485d864378683fa7f69628a9.zip
CMake-00c0c27303007ce1485d864378683fa7f69628a9.tar.gz
CMake-00c0c27303007ce1485d864378683fa7f69628a9.tar.bz2
Help: Clarify how env vars and ..._INIT variables interact
Fixes: #20358
Diffstat (limited to 'Help/envvar/RCFLAGS.rst')
-rw-r--r--Help/envvar/RCFLAGS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/envvar/RCFLAGS.rst b/Help/envvar/RCFLAGS.rst
index 45419fe..bc43cb2 100644
--- a/Help/envvar/RCFLAGS.rst
+++ b/Help/envvar/RCFLAGS.rst
@@ -9,3 +9,5 @@ default compilation flags, after which the value for ``RCFLAGS`` is stored in
the cache as :variable:`CMAKE_RC_FLAGS <CMAKE_<LANG>_FLAGS>`. For any
configuration run (including the first), the environment variable will be ignored
if the :variable:`CMAKE_RC_FLAGS <CMAKE_<LANG>_FLAGS>` variable is defined.
+
+See also :variable:`CMAKE_RC_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.