From dfc452101d8da137d6f2b0fde71af5669413ffbc Mon Sep 17 00:00:00 2001
From: Philip Trettner <Philip.Trettner@rwth-aachen.de>
Date: Thu, 14 Jan 2016 12:52:46 +0100
Subject: [PATCH] temporary fix for https://github.com/g-truc/glm/issues/473

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f81375f..811e28ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,6 +69,7 @@ target_include_directories(ACGL PUBLIC
 # Compile flags
 target_compile_options(ACGL PUBLIC
   $<$<COMPILE_LANGUAGE:CXX>:-std=c++11> # C++11 for C++ files
+  -Wno-strict-aliasing # Temporary fix for https://github.com/g-truc/glm/issues/473
 )
 
 # WIN32 define
-- 
GitLab