We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaa2a1f + 714e9bb commit 1fa7302Copy full SHA for 1fa7302
cmake/external/protobuf.cmake
@@ -14,7 +14,7 @@
14
15
INCLUDE(ExternalProject)
16
17
-FIND_PACKAGE(Protobuf)
+FIND_PACKAGE(Protobuf 3.1)
18
19
IF(NOT PROTOBUF_FOUND)
20
SET(PROTOBUF_SOURCES_DIR ${THIRD_PARTY_PATH}/protobuf)
0 commit comments