Browse Source

Merge topic 'doc-CMP0132' into release-3.31

aae8d604d5 Help: Add missing one-line summary to policy CMP0132

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9986
Brad King 1 year ago
parent
commit
7f2dba2748
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Help/policy/CMP0132.rst

+ 2 - 0
Help/policy/CMP0132.rst

@@ -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.