cmake/Tests/RunCMake/if/duplicate-else-after-elseif.cmake
2017-07-20 19:35:53 +02:00

6 lines
38 B
CMake

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