Closed jorisv closed 3 weeks ago
When PYTHON_SITELIB is not provided and is searched from python interpreter call, the path in not normalized and can contains \.
\
This create an error when calling python_install_on_site macro.
python_install_on_site
Tested in this PR: https://github.com/Simple-Robotics/proxsuite-nlp/pull/113
When PYTHON_SITELIB is not provided and is searched from python interpreter call, the path in not normalized and can contains
\
.This create an error when calling
python_install_on_site
macro.