Skip to content

Commit

Permalink
make cmake 3.10 the minimum required version
Browse files Browse the repository at this point in the history
Cmake 3.10 includes a major overhaul of the FindMPI module
  • Loading branch information
rabauke committed Oct 14, 2023
1 parent 42775c3 commit 3c718c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3.9 required for mpi targets, 3.5 required for boost targets
cmake_minimum_required(VERSION 3.9)
# 3.10 required for mpi targets, 3.5 required for boost targets
cmake_minimum_required(VERSION 3.10)

# FIXME I didn't see versioning info on github,
# but semantic versioning should be considered
Expand Down

0 comments on commit 3c718c0

Please sign in to comment.