Files
CMake/Help/release
Craig Scott fa07ddfebf project: Only check non-cache vars when setting project vars
The change in commit 86ad7cc886 (project: Only define non-cache vars if
already defined, 2024-09-15, v3.30.4~2^2) was meant to only check for
non-cache variables when deciding whether to set non-cache project
variables for the current call.  However, it erroneously checked for any
variable, including cache variables.  This gives the intended result on
the first run, but on subsequent runs a cache variable will exist that
did not on the first run, leading to different behavior between the two
runs.  Fix the logic to only check for a pre-existing non-cache
variable, as was originally intended.

Fixes: #26355
2024-10-07 10:24:37 -04:00
..
2024-03-07 09:42:45 -05:00
2024-02-08 09:16:37 -05:00
2023-11-17 09:58:21 -05:00
2023-11-27 13:48:12 -05:00
2023-11-28 09:52:37 -05:00
2024-06-03 13:35:26 -04:00
2024-08-29 14:33:54 -04:00