From e53c8b8529d1488782e4891856344ab14be32e13 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 21 Feb 2013 21:58:37 +0100 Subject: [PATCH] Fixed issue #48 --- CMakeLists.txt | 1 - readme.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88468af8..4772c854 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ if(GLM_TEST_ENABLE_MS_EXTENSIONS) endif() elseif(NOT GLM_TEST_ENABLE_MS_EXTENSIONS) if(CMAKE_COMPILER_IS_GNUCXX) - add_definitions(-std=c++98) add_definitions(-pedantic) endif() diff --git a/readme.txt b/readme.txt index c4784c68..29882659 100644 --- a/readme.txt +++ b/readme.txt @@ -40,6 +40,7 @@ http://glm.g-truc.net/glm.pdf 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