Skip to content

Commit

Permalink
fix bug in script to install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Jan 12, 2024
1 parent 000db63 commit c328a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ for OPTS; do
done
set -x

if [ ${INCLUDE_DEVELOPER_TOOLS_SERVER} -ne 0]; then
if [ ${INCLUDE_DEVELOPER_TOOLS_SERVER} -ne 0 ]; then
# install cmake and rapidjson
apt-get update && apt-get install -y gpg wget && \
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | \
Expand Down

0 comments on commit c328a5a

Please sign in to comment.