acts-project / algebra-plugins

Mozilla Public License 2.0
3 stars 10 forks source link

Include external libraries as system libraries #124

Closed stephenswat closed 1 month ago

stephenswat commented 1 month ago

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.