Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2011, 5:15:53 PM (13 years ago)
Author:
rgrieder
Message:

Added missing std includes to ogremath and removed boost thread and date_time dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/forks/sandbox_light/cmake/LibraryConfig.cmake

    r7908 r7909  
    103103                              1.41 1.41.0 1.42 1.42.0 1.43 1.43.0 1.44 1.44.0)
    104104IF( NOT TARDIS )
    105   FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
     105  FIND_PACKAGE(Boost 1.35 REQUIRED filesystem system)
    106106ENDIF()
    107107# No auto linking, so this option is useless anyway
Note: See TracChangeset for help on using the changeset viewer.