Permalink
Please sign in to comment.
Browse files
some minor fixes
- default to static libs if building with MSVC - fix some warnings - handle OptimizationAlgorithm::solve() return value
- Loading branch information...
Showing
with
17 additions
and 17 deletions.
- +1 −1 .gitignore
- +5 −1 CMakeLists.txt
- +1 −1 g2o/core/sparse_optimizer.cpp
- +9 −7 g2o/stuff/command_args.cpp
- +0 −3 g2o/stuff/command_args.h
- +1 −4 g2o/types/slam3d/edge_se3_pointxyz_depth.cpp
| @@ -1,3 +1,3 @@ | ||
| -build | ||
| +build* | ||
| lib | ||
| bin |
0 comments on commit
0ab1331