Skip to content

Commit

Permalink
CMake do not specify Monitoring version
Browse files Browse the repository at this point in the history
The check on monitoring version fails on some systems.
cf alisw/alidist#5749
  • Loading branch information
sy-c authored and lkrcal committed Feb 7, 2025
1 parent 4ff6e16 commit b7a1dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ find_package(Protobuf REQUIRED)
find_package(gRPC CONFIG REQUIRED)

find_package(AliceO2 REQUIRED)
find_package(Monitoring 3 REQUIRED) # AliceO2::Monitoring
find_package(Monitoring REQUIRED) # AliceO2::Monitoring

find_package(InfoLogger REQUIRED CONFIG NAMES InfoLogger libInfoLogger)

Expand Down

0 comments on commit b7a1dcc

Please sign in to comment.