Skip to content
Snippets Groups Projects
glog-config.cmake.in 405 B
Newer Older
if (CMAKE_VERSION VERSION_LESS @glog_CMake_VERSION@)
  message (FATAL_ERROR "CMake >= @glog_CMake_VERSION@ required")
endif (CMAKE_VERSION VERSION_LESS @glog_CMake_VERSION@)
Sergiu Dotenco's avatar
Sergiu Dotenco committed
@PACKAGE_INIT@

include (CMakeFindDependencyMacro)
include (${CMAKE_CURRENT_LIST_DIR}/glog-modules.cmake)
Sergiu Dotenco's avatar
Sergiu Dotenco committed

find_dependency (Threads)

@Unwind_DEPENDENCY@
include (${CMAKE_CURRENT_LIST_DIR}/glog-targets.cmake)