diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7ca86f181..e76376cc7 100644 --- a/src/CMakeLists.txt +++ b/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()