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":{