diff options
Diffstat (limited to 'libs/installer_fomod_plus/installer')
| -rw-r--r-- | libs/installer_fomod_plus/installer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/installer_fomod_plus/installer/CMakeLists.txt b/libs/installer_fomod_plus/installer/CMakeLists.txt index 70018ff..07a670b 100644 --- a/libs/installer_fomod_plus/installer/CMakeLists.txt +++ b/libs/installer_fomod_plus/installer/CMakeLists.txt @@ -29,7 +29,7 @@ FetchContent_Declare( -P ${CMAKE_CURRENT_LIST_DIR}/../cmake/patch_pugixml.cmake ) -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_MakeAvailable(pugixml json) set(project_type plugin) |
