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

CMake error with MRPT #1

Open
arnaudgelas opened this issue Sep 25, 2012 · 1 comment
Open

CMake error with MRPT #1

arnaudgelas opened this issue Sep 25, 2012 · 1 comment

Comments

@arnaudgelas
Copy link

CMake Error at CMakeLists.txt:12 (FIND_PACKAGE):
Could not find module FindMRPT.cmake or a configuration file for package
MRPT.

Adjust CMAKE_MODULE_PATH to find FindMRPT.cmake or set MRPT_DIR to the
directory containing a CMake configuration file for MRPT. The file will
have one of the following names:

 MRPTConfig.cmake
 mrpt-config.cmake
@bisc
Copy link

bisc commented Apr 18, 2018

I found this issue while googling for the same error while I was building MRPT navigation/localization from source. It turned out that I was missing the libmrpt-dev package that provided those files. On Ubuntu, that was fixed by running the following:
sudo apt-get install libmrpt-dev

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

2 participants