Changeset 7244 for code/trunk
- Timestamp:
- Aug 28, 2010, 11:58:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/PackageConfig.cmake
r7224 r7244 71 71 ENDIF() 72 72 73 # Ogre versions >= 1.7 require the POCO library on Windows for threading73 # Ogre versions >= 1.7 require the POCO library on Windows with MSVC for threading 74 74 COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} 5 _result TRUE) 75 IF(NOT _result EQUAL -1 )75 IF(NOT _result EQUAL -1 AND NOT MINGW) 76 76 SET(POCO_REQUIRED TRUE) 77 77 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.