Message ID | 20250710111827.2550131-1-f_l_k@t-online.de |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe,1/4] glm: allow to build wih cmake 4 | expand |
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}
Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | 2 ++ 1 file changed, 2 insertions(+)