mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
53a5aec899
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
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
^CMake Warning \(dev\) at warn-uninitialized.cmake:1 \(set\):
|
|
uninitialized variable 'WARN_FROM_NORMAL_CMAKE_FILE'
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.$
|