Skip to content

Commit

Permalink
build: Use correct GM variables in cmake config (acts-project#3699)
Browse files Browse the repository at this point in the history
The generated CMake config was using the wrong version variables from GeoModel.
  • Loading branch information
paulgessinger authored and Rosie-Hasan committed Nov 13, 2024
1 parent ebed699 commit 853820c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ActsConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ if(PluginPodio IN_LIST Acts_COMPONENTS)
find_dependency(podio @podio_VERSION@ CONFIG EXACT)
endif()
if(PluginGeoModel IN_LIST Acts_COMPONENTS)
find_dependency(GeoModelCore @GeoModel_VERSION@ CONFIG EXACT)
find_dependency(GeoModelIO @GeoModel_VERSION@ CONFIG EXACT)
find_dependency(GeoModelCore @GeoModelCore_VERSION@ CONFIG EXACT)
find_dependency(GeoModelIO @GeoModelIO_VERSION@ CONFIG EXACT)
endif()
if (PluginHashing IN_LIST Acts_COMPONENTS)
find_dependency(Annoy @ANNOY_VERSION@ CONFIG EXACT)
Expand Down

0 comments on commit 853820c

Please sign in to comment.