From f0d6ce8958129640343e9ed739700fabcd00db6f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 1 Feb 2014 14:49:57 +0100 Subject: [PATCH] tests: fix compilation on OSX (libargp detection) --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bb39755a..bb67939d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -25,7 +25,7 @@ target_link_libraries(${TORTURE_LIBRARY} ${LIBSSH_LINK_LIBRARIES} ${LIBSSH_THREADS_STATIC_LIBRARY} ${LIBSSH_THREADS_LINK_LIBRARIES} - ${ARGP_LIBRARIES} + ${ARGP_LIBRARY} ) set(TEST_TARGET_LIBRARIES