Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8064


Ignore:
Timestamp:
Mar 12, 2011, 9:29:26 PM (13 years ago)
Author:
rgrieder
Message:

Also find POCO for MinGW (required for Ogre).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/cmake/PackageConfig.cmake

    r8063 r8064  
    7777# Ogre versions >= 1.7 require the POCO library on Windows with MSVC for threading
    7878COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} 5 _result TRUE)
    79 IF(NOT _result EQUAL -1 AND NOT MINGW)
    80     SET(POCO_REQUIRED TRUE)
     79IF(NOT _result EQUAL -1 AND NOT APPLE)
     80  SET(POCO_REQUIRED TRUE)
    8181ENDIF()
    8282
Note: See TracChangeset for help on using the changeset viewer.