Hi James,

It appears that you have a cmake variable named "LIBUSB_LIBRARIES
LIBUSB_INCLUDE_DIR", those are two separate variables.  The first
(LIBUSB_LIBRARIES) should point to the directory holding the .dll file from
libusb.  The second (LIBUSB_INCLUDE_DIR) should point to the include
directory, as you have previously set.

There is also a missing variable of THREADS_PTHREADS_WIN32_LIBRARY, which
should point to the directory containing the pthreads .dll file.

Dominic

On 7 October 2016 at 18:47, James Brown <[email protected]> wrote:

> I have modified the build process for windows x64 with inputs from Dominic
> Spill and have progressed a bit.
> I am now to the point where I need some input on the CMake process.
> I have the step-by-step process on my web site:
>  http://www.seti.net/engineering/engineering.php
>
> and any help getting me past the current roadblock would be appreciated.
> Regards... Jim
>
> _______________________________________________
> HackRF-dev mailing list
> [email protected]
> https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
>
>
_______________________________________________
HackRF-dev mailing list
[email protected]
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev

Reply via email to