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

Include external libraries as system libraries #124

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

stephenswat
Copy link
Member

The Vc library in particular is throwing a lot of warnings in the compilation of algebra-plugins and, in turn, in detray and traccc. This commit marks all of algebra-plugins' dependencies as system dependencies if allowed by CMake (i.e. on CMake 3.25 and later) to avoid the warnings.

@stephenswat stephenswat added the enhancement New feature or request label Jul 23, 2024
@stephenswat stephenswat requested a review from niermann999 July 23, 2024 20:39
@stephenswat stephenswat force-pushed the build/system_libraries branch from 7ad120e to 6569f50 Compare July 24, 2024 09:09
The Vc library in particular is throwing a lot of warnings in the
compilation of algebra-plugins and, in turn, in detray and traccc. This
commit marks all of algebra-plugins' dependencies as system dependencies
if allowed by CMake (i.e. on CMake 3.25 and later) to avoid the
warnings.
@stephenswat stephenswat merged commit 15599ea into acts-project:main Jul 24, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants