diff --git a/CMakeLists.txt b/CMakeLists.txt index 7159cc672..4821a5024 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set_parent_scope(MAGNUM_LIBRARY Magnum) include(FindMagnum) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -std=c++0x") add_subdirectory(modules) add_subdirectory(src)