Hi, I am trying to install this on my WSL, Ubuntu20.04 and am getting the following error when running cmake .. from the build folder. I have installed both external required packages already.
-- Not using resources since mrc was not found
CMake Error at CMakeLists.txt:107 (find_package):
By not providing "Findcifpp.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "cifpp", but
CMake did not find one.
Could not find a package configuration file provided by "cifpp" (requested
version 5.0.8) with any of the following names:
cifppConfig.cmake
cifpp-config.cmake
Add the installation prefix of "cifpp" to CMAKE_PREFIX_PATH or set
"cifpp_DIR" to a directory containing one of the above files. If "cifpp"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/dbodor/git/DSSP/dssp/build/CMakeFiles/CMakeOutput.log".
See also "/home/dbodor/git/DSSP/dssp/build/CMakeFiles/CMakeError.log".
Hi, I am trying to install this on my WSL, Ubuntu20.04 and am getting the following error when running
cmake ..
from the build folder. I have installed both external required packages already.