mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
2a8bc1c4aa
Resolves: #26442
5 lines
58 B
CMake
5 lines
58 B
CMake
if(0)
|
|
elseif(${emptyVar}) # okay
|
|
elseif() # warns
|
|
endif()
|