Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3252


Ignore:
Timestamp:
Jun 29, 2009, 9:43:54 PM (15 years ago)
Author:
scheusso
Message:

Boost ≥ 1.35 is now default

File:
1 edited

Legend:

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

    r3196 r3252  
    153153# Expand the next statement if newer boost versions than 1.36.1 are released
    154154SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0)
    155 # MSVC seems to be the only compiler requiring date_time
    156 IF(MSVC)
    157   FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem date_time)
    158 ELSE(MSVC)
    159   FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem)
    160 ENDIF(MSVC)
    161 # Boost 1.35 and newer also need the 'System' library
    162 IF(NOT Boost_VERSION LESS 103500)
    163   FIND_PACKAGE(Boost 1.35 REQUIRED system)
    164 ENDIF()
     155FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
    165156# No auto linking, so this option is useless anyway
    166157MARK_AS_ADVANCED(Boost_LIB_DIAGNOSTIC_DEFINITIONS)
     158
    167159
    168160####### Static/Dynamic linking options ##########
Note: See TracChangeset for help on using the changeset viewer.