From 6a60d6d6c011deb2dc945b55e5b016ba6def3168 Mon Sep 17 00:00:00 2001 From: AnthonyFuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:30:10 +0000 Subject: [PATCH] Bump TonyTools version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a89069..2f68edf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,7 @@ set(thirdparty set(TONYTOOLS_BUILD_TOOLS OFF) FetchContent_Declare(tonytools GIT_REPOSITORY https://github.com/AnthonyFuller/TonyTools.git - GIT_TAG v1.8.0 + GIT_TAG v1.8.1 ) FetchContent_MakeAvailable(rjson tonytools gltfsdk directxtex lz4 yyjson json zhmtools directxmath)