Fixed preprocessor directive in timing - now works on non-gcc compilers
parent
ce5d709032
commit
e21c071013
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
// Automatically use the new Boost timers if version is recent enough.
|
// Automatically use the new Boost timers if version is recent enough.
|
||||||
#if BOOST_VERSION >= 104800
|
#if BOOST_VERSION >= 104800
|
||||||
#if not GTSAM_DISABLE_NEW_TIMERS
|
#ifndef GTSAM_DISABLE_NEW_TIMERS
|
||||||
#define GTSAM_USING_NEW_BOOST_TIMERS
|
#define GTSAM_USING_NEW_BOOST_TIMERS
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue