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 66e0f95 commit 61d777fCopy full SHA for 61d777f
examples/cpp/CMakeLists.txt
@@ -92,7 +92,8 @@ endmacro()
92
93
find_package(OpenCV REQUIRED COMPONENTS imgcodecs)
94
95
-add_subdirectory(../../model_api/cpp ${Samples_BINARY_DIR}/model_api/cpp)
+set (ENABLE_PY_BINDINGS OFF)
96
+add_subdirectory(../../src/cpp ${Samples_BINARY_DIR}/src/cpp)
97
98
add_example(NAME asynchronous_api SOURCES ./asynchronous_api/main.cpp DEPENDENCIES model_api)
99
add_example(NAME synchronous_api SOURCES ./synchronous_api/main.cpp DEPENDENCIES model_api)
0 commit comments