Skip to content

Commit

Permalink
Use CONFIG to find protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn committed Dec 22, 2023
1 parent 205c870 commit 306a2b8
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 @@ -78,7 +78,7 @@ find_package(ApMon MODULE)
find_package(CURL MODULE)
find_package(RdKafka CONFIG)
find_package(InfoLogger CONFIG)
find_package(Protobuf)
find_package(Protobuf CONFIG)
find_package(gRPC CONFIG)

####################################
Expand Down

0 comments on commit 306a2b8

Please sign in to comment.