Skip to content

Commit 242233e

Browse files
author
christophe
committed
Fix macOS C.I. test
1 parent 97995f4 commit 242233e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/core/core_force_intrinsics.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
#include <ctime>
1212
#include <vector>
1313

14+
#ifdef GLM_FORCE_INTRINSICS
15+
#pragma message("GLM_FORCE_INTRINSICS is defined")
16+
#endif//
17+
1418
static int test_vec4_ctor()
1519
{
1620
int Error = 0;

0 commit comments

Comments
 (0)