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

fix[cmake]: Remove thirdparty build options from presets #1996

Conversation

DownerCase
Copy link
Contributor

Description

Removes all the explicit CMake options to disable building from the submodules. With the submodule dependency provider dependencies are only pulled into the build when needed and are excluded from all anyway. They were only disabling unused dependencies.

This fixes usage of the presets on Windows where curl and hdf5 weren't being set (was relying on logic that got deleted in the transition)

Related issues

  • Me trying to build on Windows with the preset and it not working...

Cherry-pick to

With the submodule dependency provider dependencies are only pulled into
the build when needed and are excluded from all anyway
@Peguen Peguen added the cherry-pick-to-NONE Don't cherry-pick these changes label Feb 4, 2025
@KerstinKeller KerstinKeller merged commit 3c6b5ac into eclipse-ecal:master Feb 4, 2025
12 of 14 checks passed
@DownerCase DownerCase deleted the remove-thirdparty-build-options-from-presets branch February 4, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants