Bump to gtest 1.10.0
[platform/upstream/gtest.git] / googletest / cmake / Config.cmake.in
1 @PACKAGE_INIT@
2 include(CMakeFindDependencyMacro)
3 if (@GTEST_HAS_PTHREAD@)
4   set(THREADS_PREFER_PTHREAD_FLAG @THREADS_PREFER_PTHREAD_FLAG@)
5   find_dependency(Threads)
6 endif()
7
8 include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
9 check_required_components("@project_name@")