cmake: fix libusb search
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 21 Feb 2012 13:48:06 +0000 (14:48 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 23 Feb 2012 15:45:05 +0000 (16:45 +0100)
commitff1b548c9ae29b22e42c232710eebf20440dbed8
tree1530154bdd0af459a002b110485fde7b2c49ce0f
parentd9b0524a108bb57ecc5e05fde9077c5cc5c3c077
cmake: fix libusb search

Adjust cmake test for libusb library so that the compatible libusb for
freebsd can be found. Since freebsd's libusb header are located in
a different place from libusb-1.0, the includes in the source code must
be adjusted using #include <libusb.h>. Actually those new include
statements are those that libusb-1.0 really expects to be used (see
libusb-1.0.pc cflags to verify this).

Taken from libfreenect commit 8219750df3a13501626a7f7f54d24afb8e64ec3f
https://github.com/OpenKinect/libfreenect/commit/8219750df3a13501626a7f7f54d24afb8e64ec3f
cmake_modules/Findlibusb-1.0.cmake
src/am7xxx.c