Skip to content

Commit

Permalink
build: Use correct GM variables in cmake config
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 committed Oct 7, 2024
1 parent 8f0ae3c commit 2173eb1
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 2173eb1

Please sign in to comment.