Skip to content

Commit 117a058

Browse files
authored
CMake: Remove duplicate dependency (#110)
Signed-off-by: turuslan <[email protected]>
1 parent 0280f3f commit 117a058

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/dependencies.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,3 @@ find_package(libp2p CONFIG REQUIRED)
4545
# https://docs.hunter.sh/en/latest/packages/pkg/cppcodec.html
4646
hunter_add_package(cppcodec)
4747
find_package(cppcodec CONFIG REQUIRED)
48-
49-
# https://hunter.readthedocs.io/en/stable/packages/pkg/Protobuf.html
50-
hunter_add_package(Protobuf)
51-
find_package(Protobuf CONFIG REQUIRED)

0 commit comments

Comments
 (0)