Changeset 2853 for code/branches/gui/cmake
- Timestamp:
- Mar 26, 2009, 3:18:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/cmake/BuildConfig.cmake
r2748 r2853 90 90 ################ Compiler Config ################ 91 91 92 OPTION(EXTRA_COMPILER_WARNINGS "Enable some extra warnings (heavily pollutes the output)")92 #OPTION(EXTRA_COMPILER_WARNINGS "Enable some extra warnings (heavily pollutes the output)") 93 93 94 94 INCLUDE(FlagUtilities) … … 184 184 # Disable Boost auto linking completely 185 185 ADD_COMPILER_FLAGS("-DBOOST_ALL_NO_LIB") 186 ADD_COMPILER_FLAGS("-Wno-deprecated") 186 187 187 188 # If no defines are specified, these libs get linked statically
Note: See TracChangeset
for help on using the changeset viewer.