Skip to content
Snippets Groups Projects
user avatar
Christian Engwer authored
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.
5fccea67
History
Name Last commit Last update