From 8874a5c97c700a54bbdc629c8b43b672f0a2ff6d Mon Sep 17 00:00:00 2001 From: "John R. Patek" Date: Thu, 2 Oct 2025 16:04:43 -0500 Subject: [PATCH] changed megamimes to commit hash --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e140e5..c25ad4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ include(FetchContent) FetchContent_Declare( MegaMimes GIT_REPOSITORY https://github.com/kobbyowen/MegaMimes.git - GIT_TAG master + GIT_TAG b839068db99cbfcff1af8df1229bd7e41701fe96 ) FetchContent_MakeAvailable(MegaMimes)