diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-29 21:11:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-31 13:04:39 +0100 |
commit | 2b584f3a4b280ff58858cec7cdd579d6c53429e1 (patch) | |
tree | 67c7ff7b670db671fe127c551d9db63edc28829c /cmake | |
parent | Fix hunter curl version string (diff) | |
download | nheko-2b584f3a4b280ff58858cec7cdd579d6c53429e1.tar.xz |
Update German Translation
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Hunter/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 2741cd55..d735a69d 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -1,6 +1,6 @@ hunter_config( nlohmann_json - VERSION 3.11.1 + VERSION 3.11.2 CMAKE_ARGS JSON_MultipleHeaders=ON ) |