Skip to content

Commit 32123b8

Browse files
rhilkensdzakhar
authored andcommitted
[examples] disable building face_detect
1 parent 2059f16 commit 32123b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ add_subdirectory(hello_world)
1414
add_subdirectory(example_cifar10_caffe)
1515
add_subdirectory(example_har_smartphone)
1616

17-
if (ARC AND (${MLI_PLATFORM} STREQUAL EM_HS))
18-
add_subdirectory(example_face_detect)
19-
endif()
17+
# Example needs update
18+
# add_subdirectory(example_face_detect)
2019

2120
if (ARC AND NOT (${MLI_PLATFORM} STREQUAL EM_HS) AND (NOT "$ENV{TENSORFLOW_DIR}" STREQUAL ""))
2221
add_subdirectory(tutorial_emnist_tflm)

0 commit comments

Comments
 (0)