Skip to content

Commit af35bff

Browse files
committed
chore(deps): update dependency kitware/cmake to v3.31.12
1 parent 1b9b3c1 commit af35bff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update && \
2929

3030
# #### Install CMake v3.22
3131
WORKDIR /var/tmp/build/cmake
32-
RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.22.3.tar.gz | \
32+
RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.31.12.tar.gz | \
3333
tar -xzf - --strip-components=1 && \
3434
./bootstrap && make -j ${NCPU:-4} && make install
3535

doc/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ sudo apt-get --no-install-recommends install -y apt-transport-https apt-utils \
989989
#### Install CMake v3.22
990990

991991
mkdir -p $HOME/Downloads/cmake && cd $HOME/Downloads/cmake curl -fsSL
992-
https://github.com/Kitware/cmake/archive/v3.22.3.tar.gz | \
992+
https://github.com/Kitware/cmake/archive/v3.31.12.tar.gz | \
993993
tar -xzf - --strip-components=1 && \
994994
./bootstrap && make -j ${NCPU:-4} && sudo make install
995995

0 commit comments

Comments
 (0)