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

Bump atlas to 0.39.0 #23

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Bump atlas to 0.39.0 #23

wants to merge 10 commits into from

Conversation

tehrengruber
Copy link
Contributor

No description provided.

COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:${ct_tgt}> ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}
DEPENDS ${ct_tgt}
)
if(NOT TARGET copy_${ct_tgt})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change just allows calling copy_target multiple times with the same argument.

if(dep MATCHES "eckit.*")
copy_target(${dep})
endif()
foreach(lib "atlas" "atlas_io")
Copy link
Contributor Author

@tehrengruber tehrengruber Oct 25, 2024

Choose a reason for hiding this comment

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

We need to copy not only the atlas, but also atlas_io targets. Since they share dependencies, I adopted copy_target to be callable multiple times with the same argument. Without this change eckit_codec is missing and loading the package fails.

@egparedes egparedes requested a review from havogt October 28, 2024 09:24
@egparedes
Copy link
Contributor

Since the PR changes affect only CMake, I think @havogt is a better fit to review it.

@egparedes egparedes removed their request for review October 28, 2024 09:25
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