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)