Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ find_package(everest-cmake 0.1 REQUIRED
PATHS ../everest-cmake
)
find_package(Threads REQUIRED)
find_library(LIBRT rt)

option(LIBNFCNCI_BUILD_EXAMPLES "enable building of examples" OFF)
option(LIBNFCNCI_INSTALL "Install the library (shared data might be installed anyway)" ${EVC_MAIN_PROJECT})
Expand Down Expand Up @@ -261,7 +260,6 @@ target_include_directories(libnfc_nci
target_link_libraries(libnfc_nci
PRIVATE
Threads::Threads
${LIBRT}
)

#
Expand Down