From 904db64afd43b0c23fe47f13a3dc4d38fad92f37 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 21 Feb 2016 14:22:19 +0100 Subject: [PATCH] Updated readme for fixed Clang build on Windows #479 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 886afbe0..7c1ab16b 100644 --- a/readme.md +++ b/readme.md @@ -58,6 +58,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) ##### Fixes: - Fixed CMake policy warning - Fixed GCC 6.0 detection +- Fixed Clang build on Windows #### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/tag/0.9.7.2) - 2016-01-03 ##### Fixes: