index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
cmake_parse_arguments
/
BadArgvN4.cmake
blob: b887a28b571e942a34abc19c0b76a97fc4df34c0 (
plain
)
1
2
3
set(ARGC 1) cmake_parse_arguments(PARSE_ARGV 0 pref "" "" "") unset(ARGC)