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).
This commit is contained in:
Brad King
2024-11-11 09:37:30 -05:00
parent e22c8383b9
commit aae8d604d5

View File

@@ -3,6 +3,8 @@ CMP0132
.. versionadded:: 3.24 .. versionadded:: 3.24
Do not set compiler environment variables on first run.
Apart from when using the Xcode generator and some Visual Studio generators, Apart from when using the Xcode generator and some Visual Studio generators,
CMake 3.23 and below will set environment variables like :envvar:`CC`, CMake 3.23 and below will set environment variables like :envvar:`CC`,
:envvar:`CXX`, etc. when the corresponding language is enabled. :envvar:`CXX`, etc. when the corresponding language is enabled.