Skip to content

Commit

Permalink
test: Add GeoModel plugin to Downstream project test (#3704)
Browse files Browse the repository at this point in the history
This would have caught the issue fixed in #3699.
  • Loading branch information
paulgessinger authored Oct 9, 2024
1 parent 5ec1437 commit 4c7ae2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tests/DownstreamProject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ if(EDM4HEP)
find_package(Acts CONFIG REQUIRED COMPONENTS PluginEDM4hep)
target_link_libraries(ShowActsVersion PRIVATE ActsPluginEDM4hep)
endif()

option(GEOMODEL "Build with GeoModel" ON)
if(GEOMODEL)
message(STATUS "Adding GeoModel plugin")
find_package(Acts CONFIG REQUIRED COMPONENTS PluginGeoModel)
target_link_libraries(ShowActsVersion PRIVATE ActsPluginGeoModel)
endif()

0 comments on commit 4c7ae2b

Please sign in to comment.