cmake/Tests/RunCMake/block/InvalidNesting5.cmake
2022-11-16 20:14:03 +01:00

6 lines
51 B
CMake

function(FUNC)
block()
endfunction()
endblock()