Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2011, 11:54:35 PM (13 years ago)
Author:
landauf
Message:

added support for boost 1.46 and adjusted code to work with the 3rd version of boost::filesystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/cmake/LibraryConfig.cmake

    r8057 r8066  
    143143
    144144##### Boost #####
    145 # Expand the next statement if newer boost versions than 1.36.1 are released
     145# Expand the next statement if newer boost versions are released
    146146SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0
    147                               1.41 1.41.0 1.42 1.42.0 1.43 1.43.0 1.44 1.44.0)
     147                              1.41 1.41.0 1.42 1.42.0 1.43 1.43.0 1.44 1.44.0
     148                              1.45 1.45.0 1.46 1.46.0 1.46.1)
    148149IF( NOT TARDIS )
    149150  FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
Note: See TracChangeset for help on using the changeset viewer.