Skip to content

Commit

Permalink
Merge pull request #39 from DUNE-DAQ/mroda/opmon
Browse files Browse the repository at this point in the history
add dependency in opmonlibConfig.cmake.in
  • Loading branch information
mroda88 authored Sep 16, 2024
2 parents 79f2936 + a557da6 commit ed844a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/opmonlibConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ find_dependency(logging)
find_dependency(absl)
find_dependency(Protobuf REQUIRED CONFIG)
find_dependency(utilities)
find_dependency(confmodel)


if (EXISTS ${CMAKE_SOURCE_DIR}/@PROJECT_NAME@)

Expand Down

0 comments on commit ed844a4

Please sign in to comment.