Skip to content

Commit 16c7bbd

Browse files
committed
Enable bindings in cpp accuracy tests
1 parent 0e2f3cb commit 16c7bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/accuracy/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ include(../cmake/common.cmake)
6565

6666
find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
6767

68-
set(ENABLE_PY_BINDINGS OFF)
68+
set(ENABLE_PY_BINDINGS ON)
6969
add_subdirectory(../../../src/cpp ${tests_BINARY_DIR}/model_api/cpp)
7070

7171
add_test(NAME test_accuracy SOURCES test_accuracy.cpp DEPENDENCIES model_api)

0 commit comments

Comments
 (0)