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.
1 parent 79e95c1 commit 714e9bbCopy full SHA for 714e9bb
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