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

Add missing ACTS JSON dependency #598

Merged
merged 1 commit into from
May 30, 2024

Conversation

stephenswat
Copy link
Member

As it stands, our CMake configuration imports ACTS without the JSON plugin component while our code depends on it. This can lead to some nasty build errors. This commit fixes the issue by correctly adding the JSON plugin dependency, allowing the build to fail early at configuration time.

As it stands, our CMake configuration imports ACTS without the JSON
plugin component while our code depends on it. This can lead to some
nasty build errors. This commit fixes the issue by correctly adding the
JSON plugin dependency, allowing the build to fail early at
configuration time.
@stephenswat stephenswat added bug Something isn't working build This relates to the build system labels May 30, 2024
@stephenswat stephenswat requested a review from krasznaa May 30, 2024 14:35
Copy link
Member

@krasznaa krasznaa left a comment

Choose a reason for hiding this comment

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

Right. I never tried to build traccc against an Acts installation that would miss this plugin. 🤔

The Acts developers may say otherwise, but I think the ship has still not sailed for renaming ActsCore to Acts::Core, ActsPluginJson to Acts::PluginJson and so on. As with that naming it would always result in a CMake configuration error if somebody tried to use a component that wasn't there.

Maybe something to bring up in a wider context @asalzburger?

@krasznaa krasznaa merged commit afa6b0e into acts-project:main May 30, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build This relates to the build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants