Fix CMake Threads dependency issue

Fixes #668
This commit is contained in:
Zach Toogood 2020-04-23 01:29:53 +03:00 committed by GitHub
parent 902909a430
commit 68494aae95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# absl CMake configuration file. # absl CMake configuration file.
include(FindThreads) include(CMakeFindDependencyMacro)
find_dependency(Threads)
@PACKAGE_INIT@ @PACKAGE_INIT@