Skip to content

Commit

Permalink
Update CMake config for assimp (Open Asset Importer Library) to use l…
Browse files Browse the repository at this point in the history
…atest release

Summary: assimp is configured to compile with "-Wall" and "-Werror" options.  GCC 14 added a new warning which breaks release builds of assimp 5.4.0.  This has been fixed in assimp 5.4.2.

Reviewed By: enpe

Differential Revision: D59643586

fbshipit-source-id: 7170ebfcedbaf189445227f67d87f58ecf02efde
  • Loading branch information
leapally authored and facebook-github-bot committed Jul 11, 2024
1 parent 689e3b9 commit c477d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/third-party/assimp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif()
CPMAddPackage(
NAME assimp
GIT_REPOSITORY https://github.com/assimp/assimp.git
GIT_TAG v5.4.0
GIT_TAG v5.4.2
PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-whitespace "${CMAKE_CURRENT_SOURCE_DIR}/assimp/assimp.patch"
)

Expand Down

0 comments on commit c477d71

Please sign in to comment.