Browse Source

Fixed Clang build

Christophe Riccio 7 years ago
parent
commit
6acd30c6c5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      test/core/core_setup_force_cxx98.cpp

+ 3 - 1
test/core/core_setup_force_cxx98.cpp

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