cmake/Tests/RunCMake/if/misplaced-elseif.cmake

5 lines
31 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
if(0)
else()
elseif(1)
endif()