We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eed58 commit b13022fCopy full SHA for b13022f
1 file changed
ext/json/CMakeLists.txt
@@ -1,4 +1,4 @@
1
include(FetchContent)
2
3
-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.12.0/json.tar.xz)
4
FetchContent_MakeAvailable(json)
0 commit comments