mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Fixed issue #48
This commit is contained in:
parent
2a4434786e
commit
e53c8b8529
2 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue