mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
Fix cmake build failure under linux
The LIBUSB_FOUND variable was used before the libusb detection was performed. Fixes issue 240.
This commit is contained in:
committed by
Philippe Teuwen
parent
ecc12d28aa
commit
8485996f13
@@ -111,6 +111,8 @@ IF (WIN32)
|
||||
ENDIF(PCRE_INCLUDE_DIRS)
|
||||
ENDIF(WIN32)
|
||||
|
||||
INCLUDE(LibnfcDrivers)
|
||||
|
||||
IF(PCSC_INCLUDE_DIRS)
|
||||
INCLUDE_DIRECTORIES(${PCSC_INCLUDE_DIRS})
|
||||
LINK_DIRECTORIES(${PCSC_LIBRARY_DIRS})
|
||||
|
||||
Reference in New Issue
Block a user