Skip to content

Commit

Permalink
Fix CMake Threads dependency issue
Browse files Browse the repository at this point in the history
Fixes #668
  • Loading branch information
zach2good committed Apr 22, 2020
1 parent 902909a commit 68494aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/abslConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# absl CMake configuration file.

include(FindThreads)
include(CMakeFindDependencyMacro)
find_dependency(Threads)

@PACKAGE_INIT@

Expand Down

0 comments on commit 68494aa

Please sign in to comment.