Skip to content

[CMake] Multi-Config: Avoid creating configuration-related folders for the python packages when building#581

Open
fredroy wants to merge 1 commit intosofa-framework:masterfrom
fredroy:fix_multiconfig_build_sitepackages
Open

[CMake] Multi-Config: Avoid creating configuration-related folders for the python packages when building#581
fredroy wants to merge 1 commit intosofa-framework:masterfrom
fredroy:fix_multiconfig_build_sitepackages

Conversation

@fredroy
Copy link
Contributor

@fredroy fredroy commented Feb 13, 2026

It was already the case for MSVC but XCode is Multi-Configuration too.
So for XCode, it was creating annoying folder in sites-packages directories in the build folder, effectively cancelling the feat. to use the python packages directly from the build dir. It is quite a burden if you want to launch the xcode debugger.
And adding the LIBRARY_* stuff because Unix (so macos) uses LIBRARY_* for its dylib (whereas Windows uses RUNTIME_* for its .dll)

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.

1 participant