Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9765


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.

Location:
code/trunk
Files:
2 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)
  • code/trunk/src/libraries/util/CMakeLists.txt

    r8858 r9765  
    4848    ${CEGUI_LIBRARY}
    4949    ${OGRE_LIBRARY}
     50    ${Boost_SYSTEM_LIBRARY}
    5051  SOURCE_FILES
    5152    ${UTIL_SRC_FILES}
Note: See TracChangeset for help on using the changeset viewer.