summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-11-11 14:37:30 (GMT)
committerBrad King <brad.king@kitware.com>2024-11-11 14:38:51 (GMT)
commitaae8d604d513f4c7f65e622153dc159fbdcd168a (patch)
tree31ed92aa388af880b6d6403d35c53786d9cf9d5b /Help
parente22c8383b9ae4f27a78f7a8849693c03ca29c7bb (diff)
downloadCMake-aae8d604d513f4c7f65e622153dc159fbdcd168a.zip
CMake-aae8d604d513f4c7f65e622153dc159fbdcd168a.tar.gz
CMake-aae8d604d513f4c7f65e622153dc159fbdcd168a.tar.bz2
Help: Add missing one-line summary to policy CMP0132
This was missed in commit 05e510bf0b (CMP0132: Don't set compiler environment variables on first run, 2022-03-23, v3.24.0-rc1~380^2).
Diffstat (limited to 'Help')
-rw-r--r--Help/policy/CMP0132.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0132.rst b/Help/policy/CMP0132.rst
index c2a90c2..11a1212 100644
--- a/Help/policy/CMP0132.rst
+++ b/Help/policy/CMP0132.rst
@@ -3,6 +3,8 @@ CMP0132
.. versionadded:: 3.24
+Do not set compiler environment variables on first run.
+
Apart from when using the Xcode generator and some Visual Studio generators,
CMake 3.23 and below will set environment variables like :envvar:`CC`,
:envvar:`CXX`, etc. when the corresponding language is enabled.