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

5 lines
31 B
CMake

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