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 9efe90c commit 5259d8cCopy full SHA for 5259d8c
src/cpp/CMakeLists.txt
@@ -37,7 +37,9 @@ find_package(OpenVINO REQUIRED
37
COMPONENTS Runtime Threading)
38
39
include(FetchContent)
40
-FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
+FetchContent_Declare(json GIT_REPOSITORY https://github.com/nlohmann/json.git
41
+ GIT_TAG d41ca94fa85d5119852e2f7a3f94335cc7cb0486 # PR #4709, fixes cmake deprecation warnings
42
+ )
43
FetchContent_MakeAvailable(json)
44
45
file(GLOB MODELS_SOURCES ./models/src/*.cpp)
0 commit comments