Changeset 8064 for code/branches/kicklib
- Timestamp:
- Mar 12, 2011, 9:29:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/cmake/PackageConfig.cmake
r8063 r8064 77 77 # Ogre versions >= 1.7 require the POCO library on Windows with MSVC for threading 78 78 COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} 5 _result TRUE) 79 IF(NOT _result EQUAL -1 AND NOT MINGW)80 79 IF(NOT _result EQUAL -1 AND NOT APPLE) 80 SET(POCO_REQUIRED TRUE) 81 81 ENDIF() 82 82
Note: See TracChangeset
for help on using the changeset viewer.