Browse Source

Update json

Johannes Kreutz 2 years ago
parent
commit
6375e29fd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      trackpoint-app/thirdparty/json.cmake

+ 1 - 1
trackpoint-app/thirdparty/json.cmake

@@ -1,7 +1,7 @@
 # Build Json
 
 # The GitHub release (tag) we want to use
-SET(JSON_TAG v3.9.1)
+SET(JSON_TAG v3.10.2)
 
 SET(JSON_PREFIX nlohmann_json)