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

Commit

Permalink
fix Warning: excess arguments to builtin ifelse ignored (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhou5 authored Apr 1, 2020
1 parent a0d0ede commit 5dff2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/openvino.binary.m4
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN cd /opt/intel/openvino/deployment_tools/tools/deployment_manager && \
mkdir -p /home/opt/intel && \
cd /home/opt/intel && \
tar xvf /home/hddl.tar.gz
),dnl
)dnl
),dnl
#Remove components of OpenVino that won't be used
ARG CV_BASE_DIR=/opt/intel/openvino
Expand Down

0 comments on commit 5dff2d2

Please sign in to comment.