From 02dc31c7866caa2cfefcbdbf2c727107146c66be Mon Sep 17 00:00:00 2001 From: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Sun, 10 Dec 2023 03:48:56 +0000 Subject: [PATCH] [RPKG] Bump TonyTools Version Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac2bdfb..c6603c6 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.1 + GIT_TAG v1.8.2 ) FetchContent_MakeAvailable(rjson tonytools gltfsdk directxtex lz4 yyjson json zhmtools directxmath)