Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixi: Use a single CMAKE_BUILD_TYPE env variable to set the build type #1793

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

traversaro
Copy link
Member

@AntonioViscomi was reporting some problem when trying to switch some subprojects of the superbuild to RelWithDebInfo. By looking at the pixi.toml, I noticed that the information on the CMake build type was duplicated everywhere, while probably it is simpler to just set once the CMAKE_BUILD_TYPE env variable.

Copy link

@AntonioViscomi AntonioViscomi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build is not overwriting the cmake options anymore. Thanks!

C:\Users\aviscomi\robotology-superbuild>pixi run build -j16
✨ Pixi task (configure in default): cmake -G Ninja -S . -B .build

cc @traversaro

@traversaro traversaro merged commit 6641b36 into master Feb 5, 2025
30 checks passed
@traversaro traversaro deleted the traversaro-patch-8 branch February 5, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants