Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
cmake_parse_arguments
/
BadArgvN1.cmake
blob: f8941304abee42032b0604528a5317c97dd1f31b [
file
] [
log
] [
blame
]
function
(
test1
)
cmake_parse_arguments
(
PARSE_ARGV
0
pref
""
""
""
extra
)
endfunction
()
test1
()