mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +09:00
tests: fix compilation on OSX (libargp detection)
This commit is contained in:
@@ -25,7 +25,7 @@ target_link_libraries(${TORTURE_LIBRARY}
|
|||||||
${LIBSSH_LINK_LIBRARIES}
|
${LIBSSH_LINK_LIBRARIES}
|
||||||
${LIBSSH_THREADS_STATIC_LIBRARY}
|
${LIBSSH_THREADS_STATIC_LIBRARY}
|
||||||
${LIBSSH_THREADS_LINK_LIBRARIES}
|
${LIBSSH_THREADS_LINK_LIBRARIES}
|
||||||
${ARGP_LIBRARIES}
|
${ARGP_LIBRARY}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(TEST_TARGET_LIBRARIES
|
set(TEST_TARGET_LIBRARIES
|
||||||
|
|||||||
Reference in New Issue
Block a user