Browse Source

Enable GCC 4.6 compatibility if GCC 4.4/4.5 compatibility is enabled.

Vladimír Vondruš 14 years ago
parent
commit
41f8c2c863
  1. 3
      src/CMakeLists.txt

3
src/CMakeLists.txt

@ -14,6 +14,9 @@ if(TARGET_GLES2)
set(MAGNUM_TARGET_GLES2 1)
endif()
if(CORRADE_GCC44_COMPATIBILITY)
set(GCC46_COMPATIBILITY 1)
endif()
if(GCC46_COMPATIBILITY)
set(MAGNUM_GCC46_COMPATIBILITY 1)
endif()

Loading…
Cancel
Save