bionic-amd64-tf-m-build: Upgrade CMake to 3.21
CMake 3.15 is out-of-date. Bump CMake version to 3.21.
Change-Id: Ifcecdf610e4cc1ea56bc4ae5130b809ee3d3066f
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/bionic-amd64-tf-m-build/tf-dependencies.install b/bionic-amd64-tf-m-build/tf-dependencies.install
index a92ade1..44e0979 100755
--- a/bionic-amd64-tf-m-build/tf-dependencies.install
+++ b/bionic-amd64-tf-m-build/tf-dependencies.install
@@ -18,7 +18,7 @@
# Install CMake
curl --connect-timeout 5 --retry 5 --retry-delay 1 --create-dirs -fsSLo /tmp/cmake-Linux-x86_64.tar.gz \
- https://github.com/Kitware/CMake/releases/download/v3.15.7/cmake-3.15.7-Linux-x86_64.tar.gz
+ https://github.com/Kitware/CMake/releases/download/v3.21.7/cmake-3.21.7-linux-x86_64.tar.gz
tar -xf /tmp/cmake-Linux-x86_64.tar.gz -C ${TOOLS_DIR} --strip-components=1
# Install Arm GCC v7.3.1 toolchain to GCC_7_3_1_DIR (arm-none-eabi)