Skip to content

Commit b316e62

Browse files
committed
Bump cmake
1 parent 05064ca commit b316e62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Just as in Linux, SPAdes is ready to use and no further installation steps are r
5858
If you wish to compile SPAdes by yourself you will need the following libraries to be pre-installed:
5959

6060
- g++ (version 9 or higher)
61-
- cmake (version 3.16 or higher)
61+
- cmake (version 3.18 or higher)
6262
- zlib
6363
- libbz2
6464

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
############################################################################
99

1010
# Hard prerequisites
11-
cmake_minimum_required(VERSION 3.16)
11+
cmake_minimum_required(VERSION 3.18)
1212

1313
project(SpadesToolkit
1414
VERSION 3.16.0

0 commit comments

Comments
 (0)