diff --git a/CMakeLists.txt b/CMakeLists.txt index e313ba72..58d77043 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,6 @@ elseif(NOT GLM_TEST_ENABLE_LANG_EXTENSIONS) endif() if(CMAKE_COMPILER_IS_GNUCXX) - add_definitions(-std=c++98) add_definitions(-pedantic) endif() diff --git a/readme.txt b/readme.txt index 4c536f52..b7a38cc8 100644 --- a/readme.txt +++ b/readme.txt @@ -48,6 +48,7 @@ GLM 0.9.5.0: 2013-XX-XX GLM 0.9.4.3: 2013-0X-XX -------------------------------------------------------------------------------- - Detected qualifier for Clang +- Fixed C++11 mode for GCC, couldn't be enabled without MS extensions ================================================================================ GLM 0.9.4.2: 2013-02-14