Changeset 7416
- Timestamp:
- Sep 11, 2010, 8:27:21 PM (14 years ago)
- Location:
- code/trunk/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/CompilerConfigGCC.cmake
r5702 r7416 76 76 ENDIF() 77 77 78 # We have some unco formant code, disable an optimisation feature78 # We have some unconformant code, disable an optimisation feature 79 79 ADD_COMPILER_FLAGS("-fno-strict-aliasing" CACHE) 80 80 81 # For GCC older than version 4, do not display sign compare war ings81 # For GCC older than version 4, do not display sign compare warnings 82 82 # because of boost::filesystem (which creates about a hundred per include) 83 83 ADD_COMPILER_FLAGS("-Wno-sign-compare" GCC_NO_SYSTEM_HEADER_SUPPORT CACHE) -
code/trunk/cmake/tools/TargetUtilities.cmake
r7415 r7416 150 150 SOURCE_GROUP("Config" FILES ${ORXONOX_CONFIG_FILES}) 151 151 ENDIF() 152 ENDIF( NOT _arg_NO_SOURCE_GROUPS)152 ENDIF() 153 153 154 154 # Set link mode (SHARED/STATIC)
Note: See TracChangeset
for help on using the changeset viewer.