CMake/Tests/RunCMake/if/duplicate-else-after-elseif.cmake
2017-03-22 08:42:35 -04:00

6 lines
38 B
CMake

if(0)
elseif(0)
else()
else()
endif()