Skip to content

Commit

Permalink
Fix libusb linkage.
Browse files Browse the repository at this point in the history
  • Loading branch information
coopht committed Mar 5, 2017
1 parent d410347 commit dd40f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set (PAM_LIB_HDRS config.h
usb_device.h)

add_library(pam_usb_auth SHARED ${PAM_LIB_GDRS} ${PAM_LIB_SRC})
target_link_libraries(pam_usb_auth ${LIB_USB_LIBRARIES})
target_link_libraries(pam_usb_auth ${LIBUSB_LIBRARIES})

SET_TARGET_PROPERTIES(pam_usb_auth PROPERTIES PREFIX "")

Expand Down

0 comments on commit dd40f91

Please sign in to comment.