Skip to content

Commit 9beada2

Browse files
committed
chore: update CMake to version 4.0.3
1 parent 396345a commit 9beada2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ ENV PYTHONUNBUFFERED=1 \
77

88
ARG LLVM_VERSION=16
99

10-
ARG CMAKE_VERSION=3.26.6
11-
10+
ARG CMAKE_VERSION=4.0.3
1211
RUN apt-get update -y -q \
1312
&& apt-get install -y -q build-essential curl lsb-release wget software-properties-common gnupg gdb git ninja-build openssh-server sudo \
1413
&& wget https://apt.llvm.org/llvm.sh \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Now, power on your engines and get ready to code! 🚀
1313
- Debian 11 (bullseye)
1414
- Python 3.12 🐍
1515
- Clang (with LLVM version 16)
16-
- CMake 3.26.6
16+
- CMake 4.0.3
1717
- Conan package manager 2.0
1818
- Git
1919
- Ninja build system

0 commit comments

Comments
 (0)