Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5794 for code/trunk/cmake


Ignore:
Timestamp:
Sep 26, 2009, 5:28:40 PM (15 years ago)
Author:
rgrieder
Message:

Small stuff and added support for Boost 1.40

File:
1 edited

Legend:

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

    r5781 r5794  
    148148##### Boost #####
    149149# Expand the next statement if newer boost versions than 1.36.1 are released
    150 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0)
     150SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0)
    151151FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
    152152# No auto linking, so this option is useless anyway
Note: See TracChangeset for help on using the changeset viewer.