Commit fd75d43e authored by Ehsan Azarnasab's avatar Ehsan Azarnasab

simplify logic

parent d1bafb5a
......@@ -98,8 +98,7 @@ def _get_options():
_cmake_config = 'Debug'
elif opt == 'release':
_cmake_config = 'Release'
elif opt in ['debug', 'release',
'repackage']:
elif opt in ['repackage']:
_options.append(opt)
else:
custom_arg = False
......
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