Skip to content

Commit

Permalink
fix: don't require Acts PluginIdentification
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Aug 14, 2024
1 parent 0be8b33 commit 2b387f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ find_package(ROOT COMPONENTS Core RIO Tree MathCore GenVector Geom REQUIRED)
find_package(DD4hep COMPONENTS DDRec REQUIRED)

if(JUGGLER_BUILD_TRACKING)
find_package(Acts REQUIRED COMPONENTS Core PluginIdentification PluginTGeo PluginDD4hep PluginJson)
find_package(Acts REQUIRED COMPONENTS Core PluginTGeo PluginDD4hep PluginJson)
set(Acts_VERSION_MIN "20.2.0")
set(Acts_VERSION "${Acts_VERSION_MAJOR}.${Acts_VERSION_MINOR}.${Acts_VERSION_PATCH}")
if(${Acts_VERSION} VERSION_LESS ${Acts_VERSION_MIN}
Expand Down

0 comments on commit 2b387f3

Please sign in to comment.