diff options
Diffstat (limited to 'third_party/glog/glog-modules.cmake.in')
-rw-r--r-- | third_party/glog/glog-modules.cmake.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/glog/glog-modules.cmake.in b/third_party/glog/glog-modules.cmake.in deleted file mode 100644 index 71c516078c97..000000000000 --- a/third_party/glog/glog-modules.cmake.in +++ /dev/null @@ -1,18 +0,0 @@ -cmake_policy (PUSH) -cmake_policy (SET CMP0057 NEW) - -if (CMAKE_VERSION VERSION_LESS 3.3) - message (FATAL_ERROR "glog-modules.cmake requires the consumer " - "to use CMake 3.3 (or newer)") -endif (CMAKE_VERSION VERSION_LESS 3.3) - -set (glog_MODULE_PATH "@glog_FULL_CMake_DATADIR@") -list (APPEND CMAKE_MODULE_PATH ${glog_MODULE_PATH}) - -if (NOT glog_MODULE_PATH IN_LIST CMAKE_MODULE_PATH) - message (FATAL_ERROR "Cannot add '${glog_MODULE_PATH}' to " - "CMAKE_MODULE_PATH. This will cause glog-config.cmake to fail at " - "locating required find modules. Make sure CMAKE_MODULE_PATH is not a cache variable.") -endif (NOT glog_MODULE_PATH IN_LIST CMAKE_MODULE_PATH) - -cmake_policy (POP) |