Skip to content
Snippets Groups Projects
Commit f6f5b1ca authored by Andre Sailer's avatar Andre Sailer
Browse files

Duck: add another special duck reference for assimp version 5.2.7

parent e43b6461
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,9 @@ set(ClientTestsEx_INSTALL ${CMAKE_INSTALL_PREFIX}/examples/ClientTests)
# Single shape tests:
#Reference for test depends on assimp version
if(assimp_VERSION VERSION_GREATER_EQUAL 5.2.0)
if(assimp_VERSION VERSION_GREATER_EQUAL 5.2.7)
set(assimp_duck_VERSION 5.2.7)
elseif(assimp_VERSION VERSION_GREATER_EQUAL 5.2.0)
set(assimp_duck_VERSION 5.2.0)
else()
set(assimp_duck_VERSION 5.0.0)
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment