From e4637a75c4562627bfd2e5efbd39ae9ea1694779 Mon Sep 17 00:00:00 2001 From: Lioncache Date: Sun, 30 Nov 2025 17:02:04 -0500 Subject: [PATCH] dewfile: Update tinyxml2 from 7.0.0 to 11.0.0 7.0.0 is around 7 years old, so we should be tracking a more up to date version. This also makes the library compatible with CMake 4.0+ --- dewfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dewfile.json b/dewfile.json index 58896861..9c4b5d25 100644 --- a/dewfile.json +++ b/dewfile.json @@ -42,7 +42,7 @@ "url": "https://github.com/leethomason/tinyxml2", "type": "git", "head": "master", - "ref": "c483646db00a6a9ac3a8e93f7c490aecb589979d" + "ref": "9148bdf719e997d1f474be6bcc7943881046dba1" } ] }