Skip to content

Fix compatibility with Python 3.6

The previous commit removed the use of the "extend" argument parser action for this, but that changes the structure of the extra cmake argument value to a list of lists. So flatten that for the following code to work.

Merge request reports