slam-study-final-projects / yihao_stereo_slam

A repo for the final project of SLAM study.
1 stars 1 forks source link

Could NOT find CHOLMOD (missing: CHOLMOD_LIBRARIES) #1

Open ZhangXinNan opened 5 years ago

ZhangXinNan commented 5 years ago
cmake ..
-- Could NOT find CHOLMOD (missing:  CHOLMOD_LIBRARIES) 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CHOLMOD_LIBRARY
    linked by target "final_project" in directory /media/zhangxin/Data/github/yihao_stereo_slam

-- Configuring incomplete, errors occurred!
See also "/media/zhangxin/Data/github/yihao_stereo_slam/build/CMakeFiles/CMakeOutput.log".
See also "/media/zhangxin/Data/github/yihao_stereo_slam/build/CMakeFiles/CMakeError.log".
ZhangXinNan commented 5 years ago
find_library(CHOLMOD_LIBRARY cholmod PATHS $ENV{CHOLMODDIR} ${LIB_INSTALL_DIR} /usr/lib/x86_64-linux-gnu)