jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
61 stars 47 forks source link

Remove Windows path separator in PYTHON_SITELIB #723

Closed jorisv closed 3 weeks ago

jorisv commented 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.

jorisv commented 3 weeks ago

Tested in this PR: https://github.com/Simple-Robotics/proxsuite-nlp/pull/113