Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3rdParty/mpqfs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ include(FetchContent)

FetchContent_Declare_ExcludeFromAll(mpqfs
GIT_REPOSITORY https://github.com/diasurgical/mpqfs.git
GIT_TAG 9423bd48d04c8a0c51d3df6ce328e66785e3b441
GIT_TAG 8887bf1940d3ba74d73950d85bb79bb738b78896
)
FetchContent_MakeAvailable_ExcludeFromAll(mpqfs)

if(MPQFS_FILE_BUFFER_SIZE)
target_compile_definitions(mpqfs PRIVATE "MPQFS_FILE_BUFFER_SIZE=${MPQFS_FILE_BUFFER_SIZE}")
endif()
endif()
Loading