Skip to content

Commit

Permalink
Fix macOS C.I. test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Jan 21, 2025
1 parent 97995f4 commit 242233e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/core/core_force_intrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 242233e

Please sign in to comment.