Austin Schuh | 889ac43 | 2018-10-29 22:57:02 -0700 | [diff] [blame^] | 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@") |