libusb: fix cmake endif

This commit is contained in:
degasus 2013-08-29 20:42:41 +02:00
parent 335839b27f
commit bcb18d6a2b
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ elseif (NOT LIBUSB_FOUND)
endif(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES)
mark_as_advanced(LIBUSB_INCLUDE_DIR LIBUSB_LIBRARIES)
endif (NOT LIBUSB_FOUND)
endif ()