Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7237 for code/trunk/cmake


Ignore:
Timestamp:
Aug 28, 2010, 4:09:41 PM (14 years ago)
Author:
rgrieder
Message:

Added more boost versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/LibraryConfig.cmake

    r7225 r7237  
    159159##### Boost #####
    160160# Expand the next statement if newer boost versions than 1.36.1 are released
    161 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0)
     161SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0
     162                              1.41 1.41.0 1.42 1.42.0 1.43 1.43.0 1.44 1.44.0)
    162163IF( NOT TARDIS )
    163164  FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
Note: See TracChangeset for help on using the changeset viewer.