You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter make -j4
it became
`-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
G2O_CORE_LIBRARY_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
G2O_STUFF_LIBRARY_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
G2O_TYPES_SBA_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
G2O_TYPES_SLAM3D_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
Thanks a lot,
When I enter make -j4
it became
`-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
G2O_CORE_LIBRARY_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
G2O_STUFF_LIBRARY_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
G2O_TYPES_SBA_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
G2O_TYPES_SLAM3D_DEBUG
linked by target "PlaneSLAM" in directory /home/user/github/PlaneSLAM-master
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
[Finished]`
Does it mean I need to change Findg2o.cmake file in the cmake modules?
And do we have some methods to check how many versions of G2O exist in our computer?
The text was updated successfully, but these errors were encountered: