mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 01:39:58 -06:00
When `CMP0053` is not set to OLD or NEW then we compute both variants in case we need to warn about a behavior change. Do not allow both code paths to produce an uninitialized variable warning. Fixes: #18552
2 lines
42 B
CMake
2 lines
42 B
CMake
set(FOO "${WARN_FROM_NORMAL_CMAKE_FILE}")
|