FTDI Connection support LimeSuite

Hello, i am building LimeSuite as explained here: https://wiki.myriadrf.org/Lime_Suite

My problem is that when I cross-compile with cmake --DCMAKE_TOOLCHAIN_FILE=/home/rodrirq/LimeSuite/cmake-cross/glib-armhf …/ , I need it to include the library libusb1 that I have cross-compiled for ARM. The libusb1 folder is in Dowloads.

Any ideas on how to do this?

Hello, @rodrirq,

Have you tried:

cmake -DCMAKE_PREFIX_PATH=path/to/Downloads