-
Notifications
You must be signed in to change notification settings - Fork 633
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
Ubuntu18.04 CMake Error: LIST GET given empty list #998
Comments
BTW I'd like to run pl-slam and the guide said that: https://github.com/MRPT/mrpt/tree/0c3d605c3cbf5f2ffb8137089e43ebdae5a55de3 |
I have fixed this problem by changing 'dumpversion' in this line into 'dumpfullversion' |
Hi, |
This has been finally solved via these two PRs (hopefully to be merged soon...):
Cheers. |
Thanks a lot bro! Let me have a look : ) |
Hi, I also met the same problem. Have you solved it? |
@weiningwei |
@johnjin404 |
It seems you are using an outdated version of mrpt, please try to upgrade to either the latest stable release or the develop branch. |
This is great! Solved it! |
The following is the detail in cmake-gui (cmake version 3.10.2)
CMake Error at cmakemodules/script_detect_gcc.cmake:16 (LIST):
LIST GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:83 (include)
CMake Error at cmakemodules/script_detect_gcc.cmake:17 (LIST):
LIST GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:83 (include)
What's the problem?
The text was updated successfully, but these errors were encountered: