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

[python][cmake] fix handling of venv parameters

cmake parameters are passed as a list. The "-p ${PYTHON_EXECUTABLE}"
ption was passed as string, which lead to problems setting up the venv
on my Debian testing system.

We now pass all parameters as lists, just like it should be....
parent 3263b577
No related branches found
No related tags found
1 merge request!747[python][cmake] fix handling of venv parameters
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment