Skip to content

Commit

Permalink
spoa-4.1.2: bumping minimum cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrekalo committed Nov 20, 2023
1 parent 0d19efc commit 4a6e174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.16)

project(racon VERSION 1.5.0
LANGUAGES CXX
Expand Down
4 changes: 2 additions & 2 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ set -eou pipefail

apt update && apt install -y git zlib1g-dev curl ninja-build

VERSION="3.13.4"
VERSION="3.16.5"
MIRROR_URL="https://github.com/Kitware/CMake/releases/download/v$VERSION"
DOWNLOAD="cmake-$VERSION-linux-x86_64.sh"
DOWNLOAD_FILE="/tmp/cmake.sh"

curl -Ls "${MIRROR_URL}/${DOWNLOAD}" --output "${DOWNLOAD_FILE}"
bash "${DOWNLOAD_FILE}" --skip-license --prefix=/usr/local --exclude-subdir
which cmake
cmake --version

0 comments on commit 4a6e174

Please sign in to comment.