Skip to content

Commit

Permalink
fix: algorithms::algocore etc
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Feb 1, 2024
1 parent 6ac31c6 commit d362639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ if (USE_SYSTEM_ALGORITHMS)
find_package(algorithms)
else()
add_subdirectory(external/algorithms)
add_library(algorithms::core ALIAS algocore)
add_library(algorithms::truth ALIAS algotruth)
add_library(algorithms::calorimetry ALIAS algocalorimetry)
add_library(algorithms::algocore ALIAS algocore)
add_library(algorithms::algotruth ALIAS algotruth)
add_library(algorithms::algocalorimetry ALIAS algocalorimetry)
endif()

find_package(Gaudi)
Expand Down

0 comments on commit d362639

Please sign in to comment.