rubengooj / pl-svo

This code contains an algorithm to compute monocular visual odometry by using both point and line segment features, based on the open source version of SVO.
GNU General Public License v3.0
240 stars 73 forks source link

By not providing "Findmrpt-base.cmake" in CMAKE_MODULE_PATH this project #9

Open nonlinear1 opened 4 years ago

nonlinear1 commented 4 years ago

When I compile this project with the mrpt2.0 from github "https://github.com/MRPT/mrpt" The following errors occurs: By not providing "Findmrpt-base.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "mrpt-base", but CMake did not find one.

Could not find a package configuration file provided by "mrpt-base" with any of the following names:

mrpt-baseConfig.cmake
mrpt-base-config.cmake

Add the installation prefix of "mrpt-base" to CMAKE_PREFIX_PATH or set "mrpt-base_DIR" to a directory containing one of the above files. If "mrpt-base" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /usr/local/share/mrpt/mrpt-config.cmake:26 (find_dependency) CMakeLists.txt:47 (FIND_PACKAGE) I cann't solve it. Anyone know how to fix it? Thank you very much!

hly92711 commented 4 years ago

When I compile this project with the mrpt2.0 from github "https://github.com/MRPT/mrpt" The following errors occurs: By not providing "Findmrpt-base.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "mrpt-base", but CMake did not find one.

Could not find a package configuration file provided by "mrpt-base" with any of the following names:

mrpt-baseConfig.cmake
mrpt-base-config.cmake

Add the installation prefix of "mrpt-base" to CMAKE_PREFIX_PATH or set "mrpt-base_DIR" to a directory containing one of the above files. If "mrpt-base" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /usr/local/share/mrpt/mrpt-config.cmake:26 (find_dependency) CMakeLists.txt:47 (FIND_PACKAGE) I cann't solve it. Anyone know how to fix it? Thank you very much!

I have the same problem, have you solved it?

Jessmin commented 3 years ago

When I compile this project with the mrpt2.0 from github "https://github.com/MRPT/mrpt" The following errors occurs: By not providing "Findmrpt-base.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "mrpt-base", but CMake did not find one. Could not find a package configuration file provided by "mrpt-base" with any of the following names:

mrpt-baseConfig.cmake
mrpt-base-config.cmake

Add the installation prefix of "mrpt-base" to CMAKE_PREFIX_PATH or set "mrpt-base_DIR" to a directory containing one of the above files. If "mrpt-base" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /usr/local/share/mrpt/mrpt-config.cmake:26 (find_dependency) CMakeLists.txt:47 (FIND_PACKAGE) I cann't solve it. Anyone know how to fix it? Thank you very much!

I have the same problem, have you solved it?

I have the same problem,have you solved it ? thank you

githubwys commented 2 years ago

i also wonder ??? mrpt 2.0

i understand

the mrpt version should be 1.5.* not 2.0