소스 검색

Fixed Clang build

Christophe Riccio 7 년 전
부모
커밋
6acd30c6c5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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>