aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:45:04 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:45:27 +0200
commit8cc62f781ff4e724f8c2f763487390063fcc79e4 (patch)
tree8b9ba11f90fa221167a3538295a201839ab30ce2 /third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake
parentee62862c3dd52634ac5ec722b98b8a0c994e7155 (diff)
Revert "Update protobuf to 3.6.0. Fixes #5439"
Diffstat (limited to 'third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake')
-rw-r--r--third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake b/third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake
deleted file mode 100644
index d33e98cca8..0000000000
--- a/third_party/protobuf/3.6.0/cmake/protobuf.pc.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=@CMAKE_INSTALL_FULL_LIBDIR@
-includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
-
-Name: Protocol Buffers
-Description: Google's Data Interchange Format
-Version: @protobuf_VERSION@
-Libs: -L${libdir} -lprotobuf @CMAKE_THREAD_LIBS_INIT@
-Cflags: -I${includedir} @CMAKE_THREAD_LIBS_INIT@
-Conflicts: protobuf-lite