Commit 68494aae by Zach Toogood Committed by GitHub

Fix CMake Threads dependency issue

Fixes #668
parent 902909a4
# absl CMake configuration file. # absl CMake configuration file.
include(FindThreads) include(CMakeFindDependencyMacro)
find_dependency(Threads)
@PACKAGE_INIT@ @PACKAGE_INIT@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment