BadArgvN2.cmake 94 B

1234
  1. function(test2)
  2. cmake_parse_arguments(PARSE_ARGV pref "" "" "" extra)
  3. endfunction()
  4. test2()