Skip to content

Commit 53b22e9

Browse files
authored
Do not enforce using Protobuf from CMake config only (#291)
1 parent e631a2d commit 53b22e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ find_package(ApMon MODULE)
7878
find_package(CURL MODULE)
7979
find_package(RdKafka CONFIG)
8080
find_package(InfoLogger CONFIG)
81-
find_package(Protobuf CONFIG)
81+
find_package(Protobuf)
8282

8383
####################################
8484
# Set OUTPUT vars

0 commit comments

Comments
 (0)