Skip to content

Commit

Permalink
Revert "Change minimum CMake version to 3.5 (#354)" (#355)
Browse files Browse the repository at this point in the history
This reverts commit 158bfaf.
  • Loading branch information
CyanoKobalamyne committed Sep 16, 2024
1 parent 158bfaf commit 035c002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5)
cmake_minimum_required(VERSION 3.1)

project(pono)

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

project(googletest-download NONE)

Expand Down

0 comments on commit 035c002

Please sign in to comment.