Skip to content
Snippets Groups Projects
Commit 5fccea67 authored by Christian Engwer's avatar Christian Engwer
Browse files

[python] store cmake argumets simply as a list

cmake arguments were stored as a dict, having mainly definitions in mind.

This lead to several issues, as cmake has many different kinds of
commmand line arguments.

Instead of storing these arguments as a dict, we now only store them as
a list, which can directly be passed to Popen, when spawning the cmake
process.

Fixes #238.
parent 17c39415
Branches
Tags
1 merge request!918Fix #236
Pipeline #32946 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment