Skip to content

Commit

Permalink
toolchain: bump CMake to 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Aug 6, 2019
1 parent 235a516 commit 31606e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/install_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")" && pwd -P)"

cmake_ver="3.13.4"
cmake_sha256="fdd928fee35f472920071d1c7f1a6a2b72c9b25e04f7a37b409349aef3f20e9b"
cmake_ver="3.15.1"
cmake_sha256="18dec548d8f8b04d53c60f9cedcebaa6762f8425339d1e2c889c383d3ccdd7f7"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down

0 comments on commit 31606e2

Please sign in to comment.