Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 726b315

Browse files
committed
dldt bugfix patch apply
1 parent 54c3bae commit 726b315

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build/dldt/dldt_setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ if [ ! -f $BLAS_LIB ] || [ ! -d $BLAS_INC ]; then
1414
exit
1515
fi
1616

17+
# <https://github.com/openvinotoolkit/openvino/issues/4527>
18+
patch ../../dldt/inference-engine/cmake/dependencies.cmake dependencies.patch
19+
20+
1721
# Manually-specified variables were not used by the project:
1822
# -D ENABLE_NGRAPH=ON \
1923
cmake -D CMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)