mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix macOS C.I. test
This commit is contained in:
parent
97995f4713
commit
242233ea20
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
#include <ctime>
|
||||
#include <vector>
|
||||
|
||||
#ifdef GLM_FORCE_INTRINSICS
|
||||
#pragma message("GLM_FORCE_INTRINSICS is defined")
|
||||
#endif//
|
||||
|
||||
static int test_vec4_ctor()
|
||||
{
|
||||
int Error = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue