mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 15:11:01 -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}")
|