Fix linking problems with pthreads

v0.27.3
Luis Diaz Mas 8 years ago committed by Luis Diaz Mas
parent 9808c3bf2d
commit 93e603e031

@ -226,6 +226,7 @@ else()
if ( UNIX AND NOT FREEBSD )
target_link_libraries( exiv2lib PRIVATE dl)
endif()
target_link_libraries( exiv2lib PRIVATE Threads::Threads)
target_link_libraries( exiv2lib PUBLIC ${CURL_LIBRARIES} ${SSH_LIBRARIES})
endif()

Loading…
Cancel
Save