Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 26, 2010, 3:00:27 PM (14 years ago)
Author:
rgrieder
Message:

Adjusted CMake code to accept the new v5 dependencies that requires the POCO library.

File:
1 edited

Legend:

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

    r7163 r7224  
    9191FIND_PACKAGE(ALUT            REQUIRED)
    9292FIND_PACKAGE(ZLIB            REQUIRED)
     93IF(POCO_REQUIRED)
     94  FIND_PACKAGE(POCO          REQUIRED)
     95ENDIF()
    9396IF(WIN32)
    9497  FIND_PACKAGE(DirectX       REQUIRED)
    95 ENDIF(WIN32)
     98ENDIF()
    9699
    97100##### CEGUI #####
Note: See TracChangeset for help on using the changeset viewer.