Skip to content

Commit

Permalink
Add dependency to Bookkeeping in the correct place (#13314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 22, 2024
1 parent 99f308c commit 3e8ac60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies/O2Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ set_package_properties(Configuration PROPERTIES TYPE REQUIRED)
find_package(Monitoring CONFIG)
set_package_properties(Monitoring PROPERTIES TYPE REQUIRED)

find_package(BookkeepingApi CONFIG)
set_package_properties(BookeepingApi PROPERTIES TYPE REQUIRED)

find_package(Common CONFIG)
set_package_properties(Common PROPERTIES TYPE REQUIRED)

Expand Down

0 comments on commit 3e8ac60

Please sign in to comment.