File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
gcc --version
35
35
g++ --version
36
36
37
- - name : Install CMake 4 and wget
37
+ - name : Install CMake 3.31.6 and wget
38
38
run : |
39
39
yum install -y wget
40
- wget https://github.com/Kitware/CMake/releases/download/v4.0.1 /cmake-4.0.1 -linux-x86_64.sh
41
- chmod +x cmake-4.0.1 -linux-x86_64.sh
42
- ./cmake-4.0.1 -linux-x86_64.sh --prefix=/usr/local --skip-license
40
+ wget https://github.com/Kitware/CMake/releases/download/v3.31.6 /cmake-3.31.6 -linux-x86_64.sh
41
+ chmod +x cmake-3.31.6 -linux-x86_64.sh
42
+ ./cmake-3.31.6 -linux-x86_64.sh --prefix=/usr/local --skip-license
43
43
ln -s /usr/local/bin/cmake /usr/bin/cmake
44
44
cmake --version
45
45
57
57
-DBUILD_TESTING=OFF \
58
58
-DBUILD_EXAMPLES=OFF \
59
59
-DCMAKE_BUILD_TYPE=Release \
60
- -DCMAKE_POLICY_VERSION_MINIMUM=3.2 \
61
60
-DCMAKE_INSTALL_PREFIX=../ITK-install \
62
61
../ITK
63
62
make install
You can’t perform that action at this time.
0 commit comments