Skip to content

Commit

Permalink
Assimp: Cleanup Library Name (o3de#268)
Browse files Browse the repository at this point in the history
- Updating 'assimplib' to simply 'assimp' to match other 3rd party
naming conventions. This smooths out automation. The 3p PR bot labels
the library 'assimp', not 'assimplib". See 3p bot PR for example:
https://github.com/o3de/o3de/pull/18545/files

---------

Signed-off-by: Gene Walters <[email protected]>
Signed-off-by: AMZN-Gene <[email protected]>
  • Loading branch information
AMZN-Gene authored Dec 10, 2024
1 parent 10c916d commit da28801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (NOT TARGET ZLIB::ZLIB)
endif()

# this file actually ingests the library and defines targets.
set(TARGET_WITH_NAMESPACE "3rdParty::assimplib")
set(TARGET_WITH_NAMESPACE "3rdParty::assimp")
if (TARGET ${TARGET_WITH_NAMESPACE})
return()
endif()
Expand Down
4 changes: 2 additions & 2 deletions package-system/assimp/build_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"package_url":"https://github.com/assimp/assimp",
"package_license":"BSD-3-Clause",
"package_license_file":"LICENSE",
"cmake_find_source":"Findassimplib.cmake",
"cmake_find_target":"Findassimplib.cmake",
"cmake_find_source":"Findassimp.cmake",
"cmake_find_target":"Findassimp.cmake",
"patch_file" : "usd_animations-on-top-of-v5.4.3.patch",
"Platforms":{
"Windows":{
Expand Down

0 comments on commit da28801

Please sign in to comment.