Skip to content

Commit 7e3d065

Browse files
committed
chore(deps): update dependency kitware/cmake to v3.31.11
1 parent ffd01a4 commit 7e3d065

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.11.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
@@ -905,7 +905,7 @@ sudo apt-get --no-install-recommends install -y apt-transport-https apt-utils \
905905
#### Install CMake v3.22
906906

907907
mkdir -p $HOME/Downloads/cmake && cd $HOME/Downloads/cmake curl -fsSL
908-
https://github.com/Kitware/cmake/archive/v3.22.3.tar.gz | \
908+
https://github.com/Kitware/cmake/archive/v3.31.11.tar.gz | \
909909
tar -xzf - --strip-components=1 && \
910910
./bootstrap && make -j ${NCPU:-4} && sudo make install
911911

0 commit comments

Comments
 (0)