Monday, October 11, 2021

Re: Cmake cannot find GNU Radio package

Hi Marcin,

On 11/10/2021 16.13, Marcin Puchlik wrote:
> /CMake Error in lib/CMakeLists.txt:
>   Imported target "gnuradio::gnuradio-runtime" includes non-existent path
>
>     "/include"
>
>   in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
>
>   * The path was deleted, renamed, or moved to another location.
>
>   * An install or uninstall procedure did not complete successfully.
>
>   * The installation package was faulty and references files it does not
>   provide./

This error and possible solutions are describe in https://files.ettus.com/manual/page_build_guide.html#generate_unix

Try with

cmake -DCMAKE_FIND_ROOT_PATH=/usr ../

Regards,
Vasil

No comments:

Post a Comment