Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2011, 9:03:59 PM (13 years ago)
Author:
rgrieder
Message:

Resolved problems with different Boost filesystem versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/OrxonoxConfig.h.in

    r8073 r8225  
    228228}
    229229
     230// Define Boost Filesystem version
     231#include <boost/version.hpp>
     232#ifndef BOOST_FILESYSTEM_VERSION
     233#  if (BOOST_VERSION < 104600)
     234#    define BOOST_FILESYSTEM_VERSION 2
     235#  else
     236#    define BOOST_FILESYSTEM_VERSION 3
     237#  endif
     238#endif
     239
    230240#endif /* _OrxonoxConfig_H__ */
Note: See TracChangeset for help on using the changeset viewer.