Changeset 2896 for code/trunk/cmake
- Timestamp:
- Apr 6, 2009, 1:59:00 AM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gui merged: 2796,2798-2801,2805,2807-2808,2811,2814-2817,2834,2840-2850,2853-2854,2859,2862-2863,2869,2875,2887,2892
- Property svn:mergeinfo changed
-
code/trunk/cmake/BuildConfig.cmake
r2748 r2896 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) -
code/trunk/cmake/BuildConfigGCC.cmake
r2868 r2896 63 63 ADD_COMPILER_FLAGS("-Wno-sign-compare" GCC_NO_SYSTEM_HEADER_SUPPORT CACHE) 64 64 65 # For newer GCC (4.3 and above), don't display hundreds of annoying deprecated 66 # messages. Other versions don't seem to show any such warnings at all. 67 ADD_COMPILER_FLAGS("-Wno-deprecated" CXX) 68 65 69 # Increase warning level if requested 66 70 IF(EXTRA_COMPILER_WARNINGS) -
code/trunk/cmake/FindDirectX.cmake
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/trunk/cmake/LibraryConfigTardis.cmake
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.