fix argument parsing for cmake option

pull/29/head
Ehsan Azarnasab 9 years ago
parent eccfd6e57b
commit 2272be1f29

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

Loading…
Cancel
Save