From 9386d702808b9a57320a5a4b13b7e7dfe53cabc6 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 5 Aug 2016 16:45:19 -0500 Subject: [PATCH] only link with what exists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b08034aa..ac524fb7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,6 @@ if (USE_READLINE) target_link_libraries(libYap ${READLINE_LIBRARIES}) endif (USE_READLINE) - target_link_libraries(libYap m pthread) if (ANDROID)