aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_fomod_plus/patchwizard/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/installer_fomod_plus/patchwizard/CMakeLists.txt')
-rw-r--r--libs/installer_fomod_plus/patchwizard/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/installer_fomod_plus/patchwizard/CMakeLists.txt b/libs/installer_fomod_plus/patchwizard/CMakeLists.txt
index be46b32..2cb8ebb 100644
--- a/libs/installer_fomod_plus/patchwizard/CMakeLists.txt
+++ b/libs/installer_fomod_plus/patchwizard/CMakeLists.txt
@@ -14,7 +14,7 @@ file(GLOB SHARE_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../share/**/*.cpp")
add_library(fomod_plus_patch_wizard SHARED ${PATCHWIZARD_SOURCES} ${SHARE_SOURCES})
-FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
+FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz DOWNLOAD_EXTRACT_TIMESTAMP TRUE)
FetchContent_Declare(pugixml GIT_REPOSITORY https://github.com/zeux/pugixml GIT_TAG v1.14)
FetchContent_MakeAvailable(pugixml json)