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

cmake: simplify by not using FetchContent #273

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

scivision
Copy link
Contributor

using add_subdirectory() eliminates unnecessary overhead of FetchContent. This allows users to switch mpi on/off more easier with the --fresh CMake option, rather than having to manually delete the build directory.

This doesn't change anything from end-users perspective other than that it's easier to use with less files in the build directory.

using add_subdirectory() eliminates unnecessary overhead of
FetchContent. This allows users to switch mpi on/off more easier
with the --fresh CMake option, rather than having to manually
delete the build directory.
@cburstedde
Copy link
Owner

Thanks! Looking forward to further integration.

Is there a way to eliminate the transient CI failures? They have been occurring with almost every update over the last couple weeks. I'm just puzzled since that never happens with autoconf. It would be great to be able to rely on this for the CMake CI as well.

@cburstedde
Copy link
Owner

Merging now!

@cburstedde cburstedde merged commit 23ff9b5 into cburstedde:develop Jan 18, 2024
16 checks passed
@scivision scivision deleted the develop branch January 18, 2024 14:36
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