CMake/Tests/RunCMake/cmake_parse_arguments/BadArgvN1.cmake

5 lines
96 B
CMake

function(test1)
cmake_parse_arguments(PARSE_ARGV 0 pref "" "" "" extra)
endfunction()
test1()