summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-03-23 03:31:04 (GMT)
committerBrad King <brad.king@kitware.com>2022-03-29 13:42:59 (GMT)
commit05e510bf0bf8d730b03e8b389d088919825b4b5a (patch)
tree12fc8e73e25bf76f2e6b243ce4469dae64c84370 /Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt
parent774a9eb210c09da97135cb733828752e627c96c7 (diff)
downloadCMake-05e510bf0bf8d730b03e8b389d088919825b4b5a.zip
CMake-05e510bf0bf8d730b03e8b389d088919825b4b5a.tar.gz
CMake-05e510bf0bf8d730b03e8b389d088919825b4b5a.tar.bz2
CMP0132: Don't set compiler environment variables on first run
When running CMake for the first time in a build tree, for some generators CMake would set compiler environment variables like CC, CXX, etc. when the corresponding language is enabled. That behavior was never documented and can result in different behavior between the first and subsequent runs. Add a policy to no longer set those environment variables. Fixes: #21378
Diffstat (limited to 'Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt')
-rw-r--r--Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt b/Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt
new file mode 100644
index 0000000..8056c2c
--- /dev/null
+++ b/Tests/RunCMake/CMP0132/CMP0132-NEW-stdout.txt
@@ -0,0 +1 @@
+SKIPPED|CC was left unset