Skip to content

Commit

Permalink
Added dependency on pthreads to libcrypto's import target
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Boswell committed Jul 31, 2019
1 parent 785723d commit 00120ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/FindLibCrypto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ if(LibCrypto_FOUND)
set_target_properties(LibCrypto::Crypto PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES "C"
IMPORTED_LOCATION "${LibCrypto_LIBRARY}")
target_link_libraries(LibCrypto::Crypto pthread)
endif()
endif()

0 comments on commit 00120ee

Please sign in to comment.