Skip to content

CMake tweaks and cleanup to help with alps uenv builds #358

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

biddisco
Copy link
Contributor

No description provided.

gitignore for merge file backups etc
@biddisco biddisco marked this pull request as draft May 27, 2025 12:57
@JoMee
Copy link
Contributor

JoMee commented Jun 11, 2025

I like those changes a lot, nice!

@aaadelmann aaadelmann requested a review from JoMee June 11, 2025 08:37
# Module path
# ------------------------------------------------------------------------------
list(PREPEND CMAKE_MODULE_PATH
"${PROJECT_SOURCE_DIR}/cmake" "${PROJECT_SOURCE_DIR}/CMakeModules")
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want both a cmake and a CMakeModules folder? It might be more clean to have a folder-hierarchy all inside the cmake folder? Or what would the arguments be for having both?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think that I just didn't notice there was the CMakeModules there - it doesn't exist on my tree, so is it a left over from somewhere, or should it be present. Probably I just added the cmake and missed the other, we can/should certainly remove one

Copy link
Contributor

Choose a reason for hiding this comment

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

From what I can see there is no official recommendation what name one should choose here but I've looked at some more modern projects and they mainly seem to be using "cmake" so I'd suggest using just that one?

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.

3 participants