about summary refs log tree commit diff
path: root/third_party/glog/glog-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/glog-config.cmake.in')
-rw-r--r--third_party/glog/glog-config.cmake.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/glog/glog-config.cmake.in b/third_party/glog/glog-config.cmake.in
deleted file mode 100644
index 5c5c9c0da2..0000000000
--- a/third_party/glog/glog-config.cmake.in
+++ /dev/null
@@ -1,13 +0,0 @@
-if (CMAKE_VERSION VERSION_LESS @glog_CMake_VERSION@)
-  message (FATAL_ERROR "CMake >= @glog_CMake_VERSION@ required")
-endif (CMAKE_VERSION VERSION_LESS @glog_CMake_VERSION@)
-
-@PACKAGE_INIT@
-
-include (CMakeFindDependencyMacro)
-include (${CMAKE_CURRENT_LIST_DIR}/glog-modules.cmake)
-
-@gflags_DEPENDENCY@
-@Unwind_DEPENDENCY@
-
-include (${CMAKE_CURRENT_LIST_DIR}/glog-targets.cmake)