Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7244


Ignore:
Timestamp:
Aug 28, 2010, 11:58:14 PM (14 years ago)
Author:
landauf
Message:

POCO is currently not required with MinGW

File:
1 edited

Legend:

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

    r7224 r7244  
    7171ENDIF()
    7272
    73 # Ogre versions >= 1.7 require the POCO library on Windows for threading
     73# Ogre versions >= 1.7 require the POCO library on Windows with MSVC for threading
    7474COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} 5 _result TRUE)
    75 IF(NOT _result EQUAL -1)
     75IF(NOT _result EQUAL -1 AND NOT MINGW)
    7676    SET(POCO_REQUIRED TRUE)
    7777ENDIF()
Note: See TracChangeset for help on using the changeset viewer.