aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_fomod_plus/scanner
diff options
context:
space:
mode:
Diffstat (limited to 'libs/installer_fomod_plus/scanner')
-rw-r--r--libs/installer_fomod_plus/scanner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/installer_fomod_plus/scanner/CMakeLists.txt b/libs/installer_fomod_plus/scanner/CMakeLists.txt
index daea477..f50dea2 100644
--- a/libs/installer_fomod_plus/scanner/CMakeLists.txt
+++ b/libs/installer_fomod_plus/scanner/CMakeLists.txt
@@ -13,7 +13,7 @@ file(GLOB_RECURSE SCANNER_SOURCES CONFIGURE_DEPENDS
add_library(fomod_plus_scanner SHARED ${SCANNER_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)