|
@@ -1011,8 +1011,8 @@ IF (ASSIMP_BUILD_USD_IMPORTER)
|
|
|
# Note: ALWAYS specify a git commit hash (or tag) instead of a branch name; using a branch
|
|
|
# name can lead to non-deterministic (unpredictable) results since the code is potentially
|
|
|
# in flux
|
|
|
- # "dev" branch, 28 Oct 2024
|
|
|
- set(TINYUSDZ_GIT_TAG "36f2aabb256b360365989c01a52f839a57dfe2a6")
|
|
|
+ # "dev" branch, 14 Mar 2025
|
|
|
+ set(TINYUSDZ_GIT_TAG "6050eef932f7d2788656d63297aa488fb0961ed1")
|
|
|
message("****")
|
|
|
message("\n\n**** Cloning tinyusdz repo, git tag ${TINYUSDZ_GIT_TAG}\n\n")
|
|
|
|