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, 13 insertions, 0 deletions
diff --git a/third_party/glog/glog-config.cmake.in b/third_party/glog/glog-config.cmake.in
new file mode 100644
index 0000000000..5c5c9c0da2
--- /dev/null
+++ b/third_party/glog/glog-config.cmake.in
@@ -0,0 +1,13 @@
+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)