diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-05-23 05:19:46 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-05-24 09:10:14 (GMT) |
commit | 00c0c27303007ce1485d864378683fa7f69628a9 (patch) | |
tree | 43833957c6a7c49b1519acb16d19d501e551a320 /Help/envvar/CFLAGS.rst | |
parent | 62816ff88c6d1bd8d1c00de5ed448ee915d69e00 (diff) | |
download | CMake-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/CFLAGS.rst')
-rw-r--r-- | Help/envvar/CFLAGS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/envvar/CFLAGS.rst b/Help/envvar/CFLAGS.rst index fda9ccc..190b4f4 100644 --- a/Help/envvar/CFLAGS.rst +++ b/Help/envvar/CFLAGS.rst @@ -9,3 +9,5 @@ flags, after which the value for ``CFLAGS`` is stored in the cache as :variable:`CMAKE_C_FLAGS <CMAKE_<LANG>_FLAGS>`. For any configuration run (including the first), the environment variable will be ignored if the :variable:`CMAKE_C_FLAGS <CMAKE_<LANG>_FLAGS>` variable is defined. + +See also :variable:`CMAKE_C_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`. |