Hi, I'm hoping someone might be able to help me out. I'm running Ubuntu 20.04. I'm encountering errors when trying to use CMake to compile the init_usrp example. This is the error I receive:
CMake Error at CMakeLists.txt:26 (find_package): By not providing "FindUHD.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "UHD", but CMake did not find one. Could not find a package configuration file provided by "UHD" (requested version 3.15.0) with any of the following names: UHDConfig.cmake uhd-config.cmake Add the installation prefix of "UHD" to CMAKE_PREFIX_PATH or set "UHD_DIR" to a directory containing one of the above files. If "UHD" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! See also "/home/alex/init_usrp/CMakeFiles/CMakeOutput.log". I've tried adding the installation prefix of UHD to the CMAKE_PREFIX_PATH as suggested but this does not seem to fix the issue. I installed UHD using PyBOMBS, if that makes any difference. Am I missing something obvious? Could somebody point me in the right direction? Thanks, Alex
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com