Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7522


Ignore:
Timestamp:
Oct 11, 2010, 12:36:19 PM (13 years ago)
Author:
rgrieder
Message:

Build fixes for code written on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/cmake/CompilerConfigGCC.cmake

    r7520 r7522  
    8282    # Note: There is a possible bug with the flag in gcc < 4.2 and Debug versions
    8383    COMPARE_VERSION_STRINGS("${GCC_VERSION}" "4.2.0" _compare_result)
    84     IF(NOT CMAKE_BUILD_TYPE STREQUAL "Debug" OR _compare_result SMALLER GREATER -1)
     84    IF(NOT CMAKE_BUILD_TYPE STREQUAL "Debug" OR _compare_result GREATER -1)
    8585      ADD_COMPILER_FLAGS("-DORXONOX_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden" CACHE)
    8686    ENDIF()
    87   ENDIF(_have_gcc_visibility)
     87  ENDIF(_gcc_have_visibility)
    8888ENDIF(NOT MINGW)
    8989
Note: See TracChangeset for help on using the changeset viewer.