aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/cmake/protobuf-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.2.0/cmake/protobuf-config.cmake.in')
-rw-r--r--third_party/protobuf/3.2.0/cmake/protobuf-config.cmake.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/protobuf/3.2.0/cmake/protobuf-config.cmake.in b/third_party/protobuf/3.2.0/cmake/protobuf-config.cmake.in
deleted file mode 100644
index a044fe5c67..0000000000
--- a/third_party/protobuf/3.2.0/cmake/protobuf-config.cmake.in
+++ /dev/null
@@ -1,13 +0,0 @@
-# User options
-include("${CMAKE_CURRENT_LIST_DIR}/protobuf-options.cmake")
-
-# Depend packages
-@_protobuf_FIND_ZLIB@
-
-# Imported targets
-include("${CMAKE_CURRENT_LIST_DIR}/protobuf-targets.cmake")
-
-# CMake FindProtobuf module compatible file
-if(protobuf_MODULE_COMPATIBLE)
- include("${CMAKE_CURRENT_LIST_DIR}/protobuf-module.cmake")
-endif()