Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7416 for code/trunk/cmake


Ignore:
Timestamp:
Sep 11, 2010, 8:27:21 PM (14 years ago)
Author:
rgrieder
Message:

Never insert even the tiniest thing that is for sure certain without testing…
Also fixed two typos.

Location:
code/trunk/cmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/CompilerConfigGCC.cmake

    r5702 r7416  
    7676ENDIF()
    7777
    78 # We have some uncoformant code, disable an optimisation feature
     78# We have some unconformant code, disable an optimisation feature
    7979ADD_COMPILER_FLAGS("-fno-strict-aliasing" CACHE)
    8080
    81 # For GCC older than version 4, do not display sign compare warings
     81# For GCC older than version 4, do not display sign compare warnings
    8282# because of boost::filesystem (which creates about a hundred per include)
    8383ADD_COMPILER_FLAGS("-Wno-sign-compare" GCC_NO_SYSTEM_HEADER_SUPPORT CACHE)
  • code/trunk/cmake/tools/TargetUtilities.cmake

    r7415 r7416  
    150150      SOURCE_GROUP("Config" FILES ${ORXONOX_CONFIG_FILES})
    151151    ENDIF()
    152   ENDIF(NOT _arg_NO_SOURCE_GROUPS)
     152  ENDIF()
    153153
    154154  # Set link mode (SHARED/STATIC)
Note: See TracChangeset for help on using the changeset viewer.