MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.89k stars 627 forks source link

mrpt-2.4.9 release is looking for git submodules ?????? #1239

Closed jiapei-nexera closed 2 years ago

jiapei-nexera commented 2 years ago
 CMake Error at CMakeLists.txt:39 (message):
   git submodules missing! You probably did not clone the project with
   --recursive.  It is possible to recover by calling:

     git submodule update --init --recursive

 Configuring incomplete, errors occurred!
 See also "....../mrpt-2.4.9/build/CMakeFiles/CMakeOutput.log".
jlblancoc commented 2 years ago

What version did you download? Note that the .zip automatically published by GitHub indeed does not contain submodules. Either clone with git or get one the mrpt-x.y.z.tar.gz assets in Releases instead, which should ship all the submodules.

If you still have problems with it, feel free of re-opening!