Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nonlinear1 opened this issue Mar 5, 2020 · 3 comments

Comments

@nonlinear1
Copy link

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
Copy link

hly92711 commented Apr 7, 2020

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
Copy link

Jessmin commented Oct 21, 2020

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
Copy link

githubwys commented Dec 13, 2021

i also wonder ???
mrpt 2.0

i understand

the mrpt version should be 1.5.*
not 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants