From 2e28a11d0401a807c320cc27a8035a84bb97e273 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 25 Jan 2024 18:05:22 +0000 Subject: Define GLM_ENABLE_EXPERIMENTAL GLM v1 requires this for use of experimental features which may change... We accept this for now. --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index ef2f4c2..de27053 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -69,6 +69,7 @@ lib ilt : ] : GLM_FORCE_SWIZZLE + GLM_ENABLE_EXPERIMENTAL debug:pedantic debug:on debug:-Wnon-virtual-dtor @@ -98,6 +99,7 @@ lib ilt : pthread OpenMeshCore : : + GLM_ENABLE_EXPERIMENTAL . lib thirdparty//glad -- cgit v1.2.3