[python][cmake] fix handling of venv parameters
cmake parameters are passed as a list. The "-p ${PYTHON_EXECUTABLE}" option 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...
- @core: perhaps someone from the cmake and/or python crowd should have a look...
- I guess this wuld be god in 2.7?!
Merge request reports
Activity
added backport label
mentioned in commit 47c65b8e
picked the changes into the branch
cherry-pick-47c65b8e
with commit d652e247mentioned in commit d652e247
mentioned in merge request !893 (merged)
mentioned in commit aa689abb
Please register or sign in to reply