Changeset 7956 for code/branches/kicklib/src/CMakeLists.txt
- Timestamp:
- Feb 24, 2011, 7:40:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/CMakeLists.txt
r7944 r7956 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.