fix argument parsing for cmake option

This commit is contained in:
Ehsan Azarnasab 2015-08-20 14:52:42 -07:00
parent eccfd6e57b
commit 2272be1f29

View File

@ -76,6 +76,7 @@ def _get_options():
if opt_key: if opt_key:
sys.argv.remove(arg) sys.argv.remove(arg)
opt_key = None
continue continue
if not arg.startswith('--'): if not arg.startswith('--'):