From da288019cf52c53f6275c8af41768f3822739d2c Mon Sep 17 00:00:00 2001 From: Gene Walters <32776221+AMZN-Gene@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:18:57 -0800 Subject: [PATCH] Assimp: Cleanup Library Name (#268) - 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 Signed-off-by: AMZN-Gene --- .../assimp/{Findassimplib.cmake => Findassimp.cmake} | 2 +- package-system/assimp/build_config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename package-system/assimp/{Findassimplib.cmake => Findassimp.cmake} (98%) diff --git a/package-system/assimp/Findassimplib.cmake b/package-system/assimp/Findassimp.cmake similarity index 98% rename from package-system/assimp/Findassimplib.cmake rename to package-system/assimp/Findassimp.cmake index ae6f3fdb..07e92fa6 100644 --- a/package-system/assimp/Findassimplib.cmake +++ b/package-system/assimp/Findassimp.cmake @@ -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() diff --git a/package-system/assimp/build_config.json b/package-system/assimp/build_config.json index 33314b1b..160152c4 100644 --- a/package-system/assimp/build_config.json +++ b/package-system/assimp/build_config.json @@ -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":{