You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**warning**: Since [CMake 3.20](https://cmake.org/files/v3.20/) Kitware use a lowercase `linux` instead of `Linux` (e.g. [CMake 3.19](https://cmake.org/files/v3.19/)).
87
88
88
89
### Build from source
89
90
90
91
To build from source you can use the following snippet:
92
+
91
93
```Dockerfile
92
-
# Install CMake 3.25.2
93
-
RUN wget "https://cmake.org/files/v3.25/cmake-3.25.2.tar.gz" \
94
-
&& tar xzf cmake-3.25.2.tar.gz \
95
-
&& rm cmake-3.25.2.tar.gz \
96
-
&& cd cmake-3.25.2 \
94
+
# Install CMake 3.26.4
95
+
RUN wget "https://cmake.org/files/v3.26/cmake-3.26.4.tar.gz" \
0 commit comments