Changeset 7955
- Timestamp:
- Feb 24, 2011, 7:36:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/LibraryConfig.cmake
r7459 r7955 101 101 IF(POCO_REQUIRED) 102 102 FIND_PACKAGE(POCO REQUIRED) 103 # Always link against POCO too because of threading 104 SET(OGRE_LIBRARY ${OGRE_LIBRARY} ${POCO_LIBRARY}) 103 105 ENDIF() 104 106 IF(WIN32) -
code/trunk/src/CMakeLists.txt
r7819 r7955 33 33 ####### Library Behaviour (dependencies) ######## 34 34 35 # Disable Boost auto linking completely35 # Disable auto linking completely for Boost and POCO 36 36 ADD_COMPILER_FLAGS("-DBOOST_ALL_NO_LIB") 37 ADD_COMPILER_FLAGS("-DPOCO_NO_AUTOMATIC_LIBS") 37 38 38 39 # If no defines are specified, these libs get linked statically
Note: See TracChangeset
for help on using the changeset viewer.