Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 9, 2010, 5:28:36 PM (14 years ago)
Author:
rgrieder
Message:

There was a hidden problem with the recent "radical change" after all.
Fixed it.

File:
1 edited

Legend:

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

    r7459 r7518  
    167167# No auto linking, so this option is useless anyway
    168168MARK_AS_ADVANCED(Boost_LIB_DIAGNOSTIC_DEFINITIONS)
     169# Complain about incompatibilities
     170COMPARE_VERSION_STRINGS("${GCC_VERSION}" "4.4.0" _compare_result)
     171IF(NOT _compare_result LESS 0)
     172  IF(${Boost_VERSION} LESS 103700)
     173    MESSAGE(STATUS "Warning: Boost versions earlier than 1.37 may not compile with GCC 4.4 or later!")
     174  ENDIF()
     175ENDIF()
    169176
    170177
Note: See TracChangeset for help on using the changeset viewer.