Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9765 for code/trunk/cmake


Ignore:
Timestamp:
Nov 11, 2013, 11:10:48 AM (10 years ago)
Author:
bknecht
Message:

util lib didn't link without boost-system. Error did occur in MultiType.cc.

File:
1 edited

Legend:

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

    r9687 r9765  
    160160# Expand the next statement if newer boost versions are released
    161161SET(Boost_ADDITIONAL_VERSIONS 1.40 1.40.0 1.41 1.41.0 1.42 1.42.0 1.43 1.43.0
    162                               1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1)
     162                              1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1 1.49.0
     163                              1.53.0)
    163164IF(NOT TARDIS)
    164165  FIND_PACKAGE(Boost 1.40 REQUIRED thread filesystem system date_time)
Note: See TracChangeset for help on using the changeset viewer.