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

Commit 7839d99

Browse files
committed
bugfix: new IE path
1 parent 0bf2b4c commit 7839d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/opencv/opencv_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cmake -D CMAKE_BUILD_TYPE=RELEASE \
7171
-D BUILD_JPEG=OFF \
7272
-D WITH_CUDA=OFF \
7373
-D INF_ENGINE_INCLUDE_DIRS=$ABS_PORTION/dldt/inference-engine/include \
74-
-D INF_ENGINE_LIB_DIRS=$ABS_PORTION/dldt/inference-engine/bin/intel64/Release/lib \
74+
-D INF_ENGINE_LIB_DIRS=$ABS_PORTION/dldt/bin/intel64/Release/lib \
7575
-D WITH_INF_ENGINE=ON \
7676
-D CPU_BASELINE=SSE4_2 \
7777
-D CPU_DISPATCH=AVX,AVX2 ../../opencv

0 commit comments

Comments
 (0)