error when install dssp
Closed this issue · 1 comments
Hi,
I'm trying to install dssp, when I run "cmake .." in the directory build, I got an error below:
########################################
CMake Error at CMakeLists.txt:110 (find_package):
By not providing "Findlibconfig.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"libconfig", but CMake did not find one.
Could not find a package configuration file provided by "libconfig" with
any of the following names:
libconfigConfig.cmake
libconfig-config.cmake
Add the installation prefix of "libconfig" to CMAKE_PREFIX_PATH or set
"libconfig_DIR" to a directory containing one of the above files. If
"libconfig" provides a separate development package or SDK, be sure it has
been installed.
#########################################
I have installed the two repo you mentioned above, and noticed https://github.com/mhekkel/libconfig.git has the file "libconfigCondig.cmake", so it confused me, to why the error still appears.
Ok, maybe I didn't successfully install the libconfig; the error disappeared after I installed it again.