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:
parent
ecc12d28aa
commit
8485996f13
2 changed files with 2 additions and 2 deletions
|
@ -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})
|
||||
|
|
|
@ -19,8 +19,6 @@ ELSE(LIBUSB_FOUND)
|
|||
ENDIF(LIBUSB_FOUND)
|
||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/buses)
|
||||
|
||||
INCLUDE(LibnfcDrivers)
|
||||
|
||||
IF(WIN32)
|
||||
# Windows now requires regex, so we utilize PCRE
|
||||
# since Windows doesn't get the benefit of finding in CMake
|
||||
|
|
Loading…
Add table
Reference in a new issue