Skip to content

Commit

Permalink
Update src/visualization/CMakeLists.txt
Browse files Browse the repository at this point in the history
link simply against assimp::assimp

Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
mebbaid and traversaro authored Jan 9, 2024
1 parent 11424fa commit 0b6c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ endif()

if(IDYNTREE_USES_ASSIMP)
target_compile_definitions(${libraryname} PRIVATE IDYNTREE_USES_ASSIMP)
target_link_libraries(${libraryname} PRIVATE assimp)
target_link_libraries(${libraryname} PRIVATE assimp::assimp)
endif()


Expand Down

0 comments on commit 0b6c880

Please sign in to comment.