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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment