aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/cmake/protoc.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/protoc.cmake
parentee62862c3dd52634ac5ec722b98b8a0c994e7155 (diff)
Revert "Update protobuf to 3.6.0. Fixes #5439"
Diffstat (limited to 'third_party/protobuf/3.6.0/cmake/protoc.cmake')
-rw-r--r--third_party/protobuf/3.6.0/cmake/protoc.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/protobuf/3.6.0/cmake/protoc.cmake b/third_party/protobuf/3.6.0/cmake/protoc.cmake
deleted file mode 100644
index 5777b16ed2..0000000000
--- a/third_party/protobuf/3.6.0/cmake/protoc.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-set(protoc_files
- ${protobuf_source_dir}/src/google/protobuf/compiler/main.cc
-)
-
-add_executable(protoc ${protoc_files})
-target_link_libraries(protoc libprotobuf libprotoc)
-add_executable(protobuf::protoc ALIAS protoc)