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

Commit 5dff2d2

Browse files
authored
fix Warning: excess arguments to builtin ifelse ignored (#454)
1 parent a0d0ede commit 5dff2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/openvino.binary.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN cd /opt/intel/openvino/deployment_tools/tools/deployment_manager && \
9999
mkdir -p /home/opt/intel && \
100100
cd /home/opt/intel && \
101101
tar xvf /home/hddl.tar.gz
102-
),dnl
102+
)dnl
103103
),dnl
104104
#Remove components of OpenVino that won't be used
105105
ARG CV_BASE_DIR=/opt/intel/openvino

0 commit comments

Comments
 (0)