Skip to content

Commit

Permalink
Update cmake minimum required (openPMD#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
titoiride authored Nov 21, 2023
1 parent d3aedff commit 72ab3d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion share/openPMD/cmake/FindADIOS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# Required cmake version
###############################################################################

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion share/openPMD/thirdParty/json/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)

##
## PROJECT
Expand Down
2 changes: 1 addition & 1 deletion share/openPMD/thirdParty/toml11/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)
enable_testing()

project(toml11 VERSION 3.7.1)
Expand Down

0 comments on commit 72ab3d1

Please sign in to comment.