Skip to content

Commit

Permalink
toolchain: bump cmake version
Browse files Browse the repository at this point in the history
CMake 3.22.0+ contains a crucial fix in FindCUDAToolkit to correctly discover cu{blas,sparse,fftw,..} in newer SDK versions
  • Loading branch information
dev-zero committed Dec 29, 2021
1 parent 138125e commit 885bd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/stage0/install_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"

cmake_ver="3.20.5"
cmake_sha256="f582e02696ceee81818dc3378531804b2213ed41c2a8bc566253d16d894cefab"
cmake_ver="3.22.1"
cmake_sha256="808a712bcb039fd71f6960dca82a9befb977d8bdb074718218cf7646fd08bb7a"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down

0 comments on commit 885bd66

Please sign in to comment.