Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 28, 2010, 12:50:59 PM (14 years ago)
Author:
scheusso
Message:

further tardis hacks/fixes in order to build orxonox on the new tardis system

File:
1 edited

Legend:

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

    r6417 r6461  
    149149# Expand the next statement if newer boost versions than 1.36.1 are released
    150150SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0)
    151 FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
     151IF( NOT TARDIS )
     152  FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
     153ENDIF()
    152154# No auto linking, so this option is useless anyway
    153155MARK_AS_ADVANCED(Boost_LIB_DIAGNOSTIC_DEFINITIONS)
Note: See TracChangeset for help on using the changeset viewer.