(6666th commit 😈 ) Allow Assimp >=5.2.5 and xmake fix

5.2.4 had some bugs (see https://github.com/assimp/assimp/issues/4557)
Also fixes embed_plugins and link_openal options
This commit is contained in:
Lynix
2023-02-05 11:32:23 +01:00
parent 63429cba62
commit a8b003224d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
option("assimp", { description = "Build Assimp plugin", default = true })
if has_config("assimp") then
add_requires("assimp v5.2.3")
add_requires("assimp >=5.2.5")
target("PluginAssimp")
set_group("Plugins")