On 13/09/2016 03:31, Rik van Riel wrote: > Specifically, the CMAKE_PREFIX_PATH is not enough to > make it actually find hamlib.
Hi Rik, that instruction is correct. I looks like you have not run the install target on the Hamlib build. You can install it into a local directory e.g. ~/local/hamlib then that is the path that should be added to CMAKE_PREFIX_PATH. CMake knows how to search a normal install structure for the files of a package, you do not need to give it any extra information other than the root of the installation or the upstream package(s). Please review the Hamlib build instructions in that same document, you may have missed a step. 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
