diff --git a/3rdParty/mpqfs/CMakeLists.txt b/3rdParty/mpqfs/CMakeLists.txt index 79921ae541a..f42d266d829 100644 --- a/3rdParty/mpqfs/CMakeLists.txt +++ b/3rdParty/mpqfs/CMakeLists.txt @@ -4,10 +4,10 @@ include(FetchContent) FetchContent_Declare_ExcludeFromAll(mpqfs GIT_REPOSITORY https://github.com/diasurgical/mpqfs.git - GIT_TAG 9423bd48d04c8a0c51d3df6ce328e66785e3b441 + GIT_TAG 952490b991887cd11584e0042a06787b242eeec7 ) FetchContent_MakeAvailable_ExcludeFromAll(mpqfs) if(MPQFS_FILE_BUFFER_SIZE) target_compile_definitions(mpqfs PRIVATE "MPQFS_FILE_BUFFER_SIZE=${MPQFS_FILE_BUFFER_SIZE}") -endif() \ No newline at end of file +endif()