Skip to content

Conversation

@jnbrunet
Copy link
Contributor

@jnbrunet jnbrunet commented Jul 2, 2020

The SP3_PYTHON_PACKAGES_DIRECTORY is set to 'site-packages' by default, and is prepend to the build/lib or install/lib to get the directoy path where python packages should be build or installed, respectively.

It was reported that having this cmake variable as a PATH type would sometime mess with the resulting absolute path, as we are concatenating two PATHs together.

This PR simply changes the type of SP3_PYTHON_PACKAGES_DIRECTORY to a STRING cached variable.

@damienmarchal damienmarchal merged commit b82275f into sofa-framework:master Jul 2, 2020
@guparan guparan added this to the v20.12 milestone Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants