I'm trying to build digiham and have installed codecserver and csdr which I can both use from command line
When executing cmake .. It can't find Csdr
CMake Error at CMakeLists.txt:17 (find_package):
By not providing "FindCsdr.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Csdr", but
CMake did not find one.
Could not find a package configuration file provided by "Csdr" (requested
version 0.18) with any of the following names:
CsdrConfig.cmake
csdr-config.cmake
Add the installation prefix of "Csdr" to CMAKE_PREFIX_PATH or set
"Csdr_DIR" to a directory containing one of the above files. If "Csdr"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/senpai/digiham/build/CMakeFiles/CMakeOutput.log".
See also "/home/senpai/digiham/build/CMakeFiles/CMakeError.log".
Hi
I'm trying to build digiham and have installed codecserver and csdr which I can both use from command line
When executing
cmake ..
It can't find CsdrHow can I fix this? Thanks