From 5a06e767cce5fa755c74c8d68c3756752672e29f Mon Sep 17 00:00:00 2001 From: stoffu Date: Fri, 8 Jun 2018 12:24:51 +0900 Subject: [PATCH] build: pcsclite is not available for OSX --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d8f8e6..32ed10f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,6 @@ set(LIBRARIES checkpoints version epee - pcsclite ${Boost_LIBRARIES} pthread unbound @@ -130,7 +129,7 @@ set(LIBRARIES if(APPLE) set(LIBRARIES ${LIBRARIES} "-framework IOKit -framework PCSC") else() - set(LIBRARIES ${LIBRARIES} atomic) + set(LIBRARIES ${LIBRARIES} atomic pcsclite) endif() if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT WIN32)