Commit 2272be1f authored by Ehsan Azarnasab's avatar Ehsan Azarnasab

fix argument parsing for cmake option

parent eccfd6e5
...@@ -76,6 +76,7 @@ def _get_options(): ...@@ -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('--'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment