- #ifndef G2O_CONFIG_H
- #define G2O_CONFIG_H
- #cmakedefine G2O_OPENMP 1
- #cmakedefine G2O_SHARED_LIBS 1
- #ifdef EIGEN_DEFAULT_TO_ROW_MAJOR
- # error "g2o requires column major Eigen matrices (see http://eigen.tuxfamily.org/bz/show_bug.cgi?id=422)"
- #endif
- #endif
|