(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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user