"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e5b94b4c57e5499a260f6c4a4979e0b55357392e"
Commit 2272be1f authored by Ehsan Azarnasab's avatar Ehsan Azarnasab
Browse files

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