Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7955 for code/trunk/cmake


Ignore:
Timestamp:
Feb 24, 2011, 7:36:44 AM (13 years ago)
Author:
rgrieder
Message:

No auto-linking for POCO too.
Fixed build by explicitly linking against PCOO with OGRE together.

File:
1 edited

Legend:

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

    r7459 r7955  
    101101IF(POCO_REQUIRED)
    102102  FIND_PACKAGE(POCO          REQUIRED)
     103  # Always link against POCO too because of threading
     104  SET(OGRE_LIBRARY ${OGRE_LIBRARY} ${POCO_LIBRARY})
    103105ENDIF()
    104106IF(WIN32)
Note: See TracChangeset for help on using the changeset viewer.