HCY_Graduation_Project/Thirdparty/g2o/config.h

14 lines
380 B
C
Raw Normal View History

2024-06-21 15:44:42 +08:00
#ifndef G2O_CONFIG_H
#define G2O_CONFIG_H
/* #undef G2O_OPENMP */
/* #undef G2O_SHARED_LIBS */
// give a warning if Eigen defaults to row-major matrices.
// We internally assume column-major matrices throughout the code.
#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