Changeset 7224 for code/trunk/cmake/PackageConfig.cmake
- Timestamp:
- Aug 26, 2010, 3:00:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/PackageConfig.cmake
r6765 r7224 71 71 ENDIF() 72 72 73 # Ogre versions >= 1.7 require the POCO library on Windows for threading 74 COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} 5 _result TRUE) 75 IF(NOT _result EQUAL -1) 76 SET(POCO_REQUIRED TRUE) 77 ENDIF() 78 73 79 # Include paths and other special treatments 74 80 SET(ENV{ALUTDIR} ${DEP_INCLUDE_DIR}/freealut) … … 83 89 SET(ENV{OGRE_PLUGIN_DIR} ${DEP_BINARY_DIR}) 84 90 SET(ENV{OPENALDIR} ${DEP_INCLUDE_DIR}/openal) 91 SET(ENV{POCODIR} ${DEP_INCLUDE_DIR}/poco) 85 92 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/tcl/include) 86 93 LIST(APPEND CMAKE_INCLUDE_PATH ${DEP_INCLUDE_DIR}/zlib/include)
Note: See TracChangeset
for help on using the changeset viewer.