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

Nacho/cleanup 3rdparty cmake #129

Merged
merged 19 commits into from
Apr 6, 2023
Merged

Nacho/cleanup 3rdparty cmake #129

merged 19 commits into from
Apr 6, 2023

Conversation

nachovizzo
Copy link
Collaborator

@nachovizzo nachovizzo commented Apr 6, 2023

Move away from the superbuild patter of cmake, build, and install for header only libraries

This slow down a bit the CMake time. But at least runs CMake through all dependencies, making sure at configure time, that the compiler can actually build the library.

Of course, this simplifies and reduce by a big margin the portion of code we had to maintain

The only real disadvantage is that now the minimum required version when using super build is cmake 3.25, check the SYSTEM flag.

@nachovizzo nachovizzo merged commit 393a951 into main Apr 6, 2023
@nachovizzo nachovizzo deleted the nacho/cleanup_3rdparty_cmake branch April 6, 2023 14:33
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.

1 participant