Skip to content

Commit

Permalink
update cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-anants committed Oct 31, 2024
1 parent 6962adf commit 5e37545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [ ${INCLUDE_DEVELOPER_TOOLS_SERVER} -ne 0 ]; then
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | \
tee /etc/apt/sources.list.d/kitware.list >/dev/null && \
apt-get update && \
apt-get install -y --no-install-recommends cmake=3.27.7* cmake-data=3.27.7* rapidjson-dev
apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* rapidjson-dev
fi

# Install jdk and maven
Expand Down

0 comments on commit 5e37545

Please sign in to comment.