We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929db9c commit 9e9a5c6Copy full SHA for 9e9a5c6
cmake/find_protobuf.cmake
@@ -1,2 +1,3 @@
1
+set(Protobuf_USE_STATIC_LIBS ON)
2
find_package(Protobuf REQUIRED)
3
message(STATUS "Using protobuf: ${Protobuf_VERSION} : ${Protobuf_INCLUDE_DIR}, ${Protobuf_LIBRARY}, ${Protobuf_PROTOC_EXECUTABLE}")
0 commit comments