This commit is contained in:
2026-05-06 11:38:26 +03:00
parent 73b5e6c695
commit e614572c4f
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y subversion git zip unzip wget curl htop
&& rm -rf /var/cache/apt/archives/* && rm -rf /var/cache/apt/archives/*
# last cmake from sources, into /opt # last cmake from sources, into /opt
ENV CUR_CMAKE_VERSION=3.20.0 ENV CUR_CMAKE_VERSION=4.3.2
WORKDIR /soft WORKDIR /soft
RUN wget -nv https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \ RUN wget -nv https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \
&& mkdir -p /opt/cmake \ && mkdir -p /opt/cmake \
+9
View File
@@ -0,0 +1,9 @@
--- CMakeLists.txt 2026-04-18 10:17:59.000000000 +0000
+++ CMakeLists_new.txt 2026-05-06 08:33:16.061429892 +0000
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required (VERSION 3.13)
if (NOT DEFINED CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")