diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 07ec013..8778146 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,7 +34,9 @@ if(CORRADE_TARGET_WINDOWS) add_definitions("-DUNICODE" "-D_UNICODE") endif() -set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON) +set_directory_properties(PROPERTIES + CORRADE_CXX_STANDARD 11 + CORRADE_USE_PEDANTIC_FLAGS ON) add_subdirectory(Corrade) add_subdirectory(Magnum)