Always using old boost timers to avoid boost system dependency
parent
d83c4c390c
commit
82e3d23230
|
|
@ -24,9 +24,11 @@
|
|||
#include <boost/weak_ptr.hpp>
|
||||
#include <gtsam/base/types.h>
|
||||
|
||||
#if 0
|
||||
#if BOOST_VERSION >= 104800
|
||||
#define GTSAM_USING_NEW_BOOST_TIMERS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef GTSAM_USING_NEW_BOOST_TIMERS
|
||||
#include <boost/timer/timer.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue