Browse Source

Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests

Christophe Riccio 6 years ago
parent
commit
2d8ccef1af
1 changed files with 3 additions and 1 deletions
  1. 3 1
      test/core/core_force_cxx_unknown.cpp

+ 3 - 1
test/core/core_force_cxx_unknown.cpp

@@ -1,4 +1,6 @@
-#define GLM_FORCE_CXX_UNKNOWN
+#ifndef GLM_FORCE_CXX_UNKNOWN
+#	define GLM_FORCE_CXX_UNKNOWN
+#endif
 
 #include <glm/glm.hpp>
 #include <glm/ext.hpp>