Fix macOS C.I. test

This commit is contained in:
christophe 2025-01-22 00:43:36 +01:00
parent 97995f4713
commit 242233ea20

View file

@ -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;