Closed GoogleCodeExporter closed 9 years ago
Thank you.
Stupid question as I'm not familiar with cmake:
Any reason to move the include to the top CMakefile rather than just a few
lines upper before the IF(LIBUSB_FOUND) ?
Original comment by yob...@gmail.com
on 12 Mar 2013 at 5:51
Hi,
I think so because I you need the libusb vars in the top namespace to link
test executables if libusb is dso referenced in a custom path.
That being said we can see why my patch is wrong, the include should be
moved @CMakeLists.txt:113 : before pcsc and libusb vars are used:
INCLUDE(LibnfcDrivers) -> find_package(pscs) ; find_package(libusb)
IF(PCSC_INCLUDE_DIRS)
....
IF(LIBUSB_INCLUDE_DIRS)
...
Cheers!
Original comment by julien.s...@gmail.com
on 12 Mar 2013 at 6:28
This issue was closed by revision 8485996f131d.
Original comment by yob...@gmail.com
on 12 Mar 2013 at 7:57
Original issue reported on code.google.com by
julien.s...@gmail.com
on 11 Mar 2013 at 7:45Attachments: