From 06ea8bd907d0075648cf916d07bcbfa5f09d326b Mon Sep 17 00:00:00 2001 From: maxdcb Date: Mon, 15 Sep 2025 04:39:17 -0400 Subject: [PATCH] Minor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22c1d90..7899067 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ if(WIN32) FetchContent_Declare( CoffLoader GIT_REPOSITORY https://github.com/maxDcb/COFFLoader.git - GIT_TAG main + GIT_TAG dev ) FetchContent_MakeAvailable(CoffPacker CoffLoader) endif()