Skip to content

Commit

Permalink
Duck: add another special duck reference for assimp version 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Oct 24, 2024
1 parent 1e432d5 commit 718c445
Show file tree
Hide file tree
Showing 2 changed files with 2,754 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/DDCAD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 718c445

Please sign in to comment.