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 c74f5b0 commit 7fc1d62Copy full SHA for 7fc1d62
cmake/protobuf-module.cmake.in
@@ -132,9 +132,13 @@ _protobuf_find_libraries(Protobuf protobuf)
132
# The Protobuf Lite library
133
_protobuf_find_libraries(Protobuf_LITE protobuf-lite)
134
135
+if(@protobuf_BUILD_PROTOC_BINARIES@)
136
+
137
# The Protobuf Protoc Library
138
_protobuf_find_libraries(Protobuf_PROTOC protoc)
139
140
+endif()
141
142
if(UNIX)
143
_protobuf_find_threads()
144
endif()
0 commit comments