assimp: fix build with gcc 12

- https://github.com/assimp/assimp/issues/4433
This commit is contained in:
SupervisedThinking 2022-07-21 01:08:12 +02:00 committed by Rudi Heitbaum
parent 35ee2c682e
commit dcf6856392

View File

@ -11,4 +11,5 @@ PKG_DEPENDS_TARGET="toolchain zlib"
PKG_LONGDESC="A library to import and export various 3d-model-formats including scene-post-processing to generate missing render data." PKG_LONGDESC="A library to import and export various 3d-model-formats including scene-post-processing to generate missing render data."
PKG_CMAKE_OPTS_TARGET="-DASSIMP_BUILD_ASSIMP_TOOLS=OFF \ PKG_CMAKE_OPTS_TARGET="-DASSIMP_BUILD_ASSIMP_TOOLS=OFF \
-DASSIMP_BUILD_TESTS=OFF" -DASSIMP_BUILD_TESTS=OFF \
-DASSIMP_WARNINGS_AS_ERRORS=OFF"