Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1533


Ignore:
Timestamp:
Jun 4, 2008, 8:50:16 PM (16 years ago)
Author:
rgrieder
Message:

little correction with finding boost library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/CMakeLists.txt

    r1505 r1533  
    6767# FIND_PACKAGE(CEGUI_OGRE)
    6868FIND_PACKAGE(ENet)
    69 FIND_PACKAGE(Boost REQUIRED thread)
    70 FIND_PACKAGE(Boost REQUIRED filesystem)
     69FIND_PACKAGE(Boost REQUIRED thread filesystem)
     70#FIND_PACKAGE(Boost REQUIRED filesystem)
    7171FIND_PACKAGE(OpenAL)
    7272FIND_PACKAGE(ALUT)
Note: See TracChangeset for help on using the changeset viewer.