Fix CMake Threads dependency issue

Fixes #668
pull/673/head
Zach Toogood 5 years ago committed by GitHub
parent 902909a430
commit 68494aae95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CMake/abslConfig.cmake.in

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

Loading…
Cancel
Save