Hi,
I am trying to cross compile the depthai-core library for a special remote linux device. The device is an Ecomat Yocto Display with a restricted linux. I am using aarch64 sysroot and compilers to compile the library with my own toolchain.cmake file. These sysroot files and compilers are originally created to compile and run Qt Creator projects on the display.
I am running into problems with an "lz4" module:
CMake Error at cmake/depthaiDependencies.cmake:41 (find_package):
Could not find a package configuration file provided by "lz4" with any of
the following names:
lz4Config.cmake
lz4-config.cmake
Add the installation prefix of "lz4" to CMAKE_PREFIX_PATH or set "lz4_DIR"
to a directory containing one of the above files. If "lz4" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:160 (include)
Anyone know a solution here?