From b6b1e93e67e89ef25c54ce035946acaa7a1148c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABlle=20van=20Essen?= Date: Sat, 2 May 2026 15:49:24 +0200 Subject: [PATCH] Bump KTX to 4.4.2 --- attachments/CMake/FindKTX.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments/CMake/FindKTX.cmake b/attachments/CMake/FindKTX.cmake index ac6971a2..c8c1c22c 100644 --- a/attachments/CMake/FindKTX.cmake +++ b/attachments/CMake/FindKTX.cmake @@ -87,7 +87,7 @@ else() FetchContent_Declare( ktx GIT_REPOSITORY https://github.com/KhronosGroup/KTX-Software.git - GIT_TAG v4.3.1 # Use a specific tag for stability + GIT_TAG v4.4.2 # Use a specific tag for stability ) # Set options to minimize build time and dependencies