Skip to content

Commit 65eac4f

Browse files
committed
Update KTX dependency to version 4.4.2 in CMake configuration.
1 parent 4d9cc3e commit 65eac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attachments/simple_engine/CMake/FindKTX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ else()
8787
FetchContent_Declare(
8888
ktx
8989
GIT_REPOSITORY https://github.com/KhronosGroup/KTX-Software.git
90-
GIT_TAG v4.3.1 # Use a specific tag for stability
90+
GIT_TAG v4.4.2 # Use a specific tag for stability
9191
)
9292

9393
# Set options to minimize build time and dependencies

0 commit comments

Comments
 (0)