Skip to content

Commit c70c4c6

Browse files
committed
build: TPRD-1622 - Update version to CMake 4.0 or 3.31 ( 3.31.8 ) which has support for CUDA new layout
1 parent d557591 commit c70c4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/install_dependencies_and_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apt update -q=2 \
3636
&& . /etc/os-release \
3737
&& echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null \
3838
&& apt-get update -q=2 \
39-
&& apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \
39+
&& apt-get install -y --no-install-recommends cmake=4.0.3* cmake-data=4.0.3* \
4040
&& cmake --version
4141

4242
# Install developer tools

0 commit comments

Comments
 (0)