From 222064c3ad41130703708455820aedd3deeb372f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 10 Jul 2025 13:18:24 +0200 Subject: glm: allow to build wih cmake 4 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb index e6fd0edd21..f18ae346a5 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb @@ -23,6 +23,8 @@ PV .= "+0.9.9.9+git" inherit cmake +EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + do_install() { install -d ${D}${includedir} ${D}${docdir}/glm ${D}${libdir}/pkgconfig ${D}${libdir}/cmake/glm cp -R --no-dereference --preserve=mode,links ${S}/glm ${D}${includedir} -- cgit v1.2.3-54-g00ecf