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