Skip to content

Commit 199c28f

Browse files
committed
Update json dep version to avoid cmake deprecated warnings
1 parent 0df3444 commit 199c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_api/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ find_package(OpenVINO REQUIRED
4646
HINTS "${OpenVINO_DIR_PY}")
4747

4848
include(FetchContent)
49-
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz)
49+
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
5050
FetchContent_MakeAvailable(json)
5151

5252
file(GLOB MODELS_SOURCES ./models/src/*.cpp)

0 commit comments

Comments
 (0)