Skip to content

Commit

Permalink
hpp-fcl-compat: skip serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 11, 2024
1 parent 9ef0555 commit eef05b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/coal/serialization/eigen.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
#ifndef COAL_SERIALIZATION_EIGEN_H
#define COAL_SERIALIZATION_EIGEN_H

#ifdef COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL
#ifdef HPP_FCL_SKIP_EIGEN_BOOST_SERIALIZATION
#define COAL_SKIP_EIGEN_BOOST_SERIALIZATION
#endif
#endif

#ifndef COAL_SKIP_EIGEN_BOOST_SERIALIZATION

#include <Eigen/Dense>
Expand Down

0 comments on commit eef05b4

Please sign in to comment.