Skip to content

Commit

Permalink
[CI] Upgrade cmake version to 3.24.0 (#16336)
Browse files Browse the repository at this point in the history
This is to enable setting CMAKE_CUDA_ARCHITECTURES to the special value
'native'.
  • Loading branch information
vinx13 authored Jan 3, 2024
1 parent e69363a commit 97f6e65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/install/ubuntu_install_cmake_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ set -e
set -u
set -o pipefail

# the minimum cmake is 3.20.0 for LLVM 16+
if [ -z ${1+x} ]; then
version=3.20.0
version=3.24.0
else
version=$1
fi
Expand Down

0 comments on commit 97f6e65

Please sign in to comment.