We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df3444 commit 199c28fCopy full SHA for 199c28f
model_api/cpp/CMakeLists.txt
@@ -46,7 +46,7 @@ find_package(OpenVINO REQUIRED
46
HINTS "${OpenVINO_DIR_PY}")
47
48
include(FetchContent)
49
-FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz)
+FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
50
FetchContent_MakeAvailable(json)
51
52
file(GLOB MODELS_SOURCES ./models/src/*.cpp)
0 commit comments