T_T
Results
1
issues of
T_T
After checking cmake_modules/FindG2O.cmake, I think the following part of the CMakeLists.txt of g2o_curve_fitting should be adjusted: 1. `${G2O_INCLUDE_DIRS}` should be `${G2O_INCLUDE_DIR}`, which is a variable generated by `FindG2O`. 2. ```...