Skip to content

Commit

Permalink
Update CMake minimum version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Dec 25, 2024
1 parent 804fd2c commit d70c595
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.21)

project(catkit2)

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

project(catkit2)

Expand Down
2 changes: 1 addition & 1 deletion catkit2/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.21)

project(catkit_bindings)

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

project(catkit_core)

Expand Down

0 comments on commit d70c595

Please sign in to comment.