Changeset 2862 for code/branches/gui/cmake/BuildConfig.cmake
- Timestamp:
- Mar 30, 2009, 12:14:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/cmake/BuildConfig.cmake
r2853 r2862 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)" FALSE) 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")187 186 188 187 # If no defines are specified, these libs get linked statically
Note: See TracChangeset
for help on using the changeset viewer.