Skip to content

Commit

Permalink
Merge pull request #648 from jrl-umi3218/minmum-required
Browse files Browse the repository at this point in the history
bump various cmake_minimum_required
  • Loading branch information
gergondet authored Jan 9, 2024
2 parents ca774c7 + 9e762e1 commit a73afd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtest/CMakeLists.txt.in
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.10)

project(gtest NONE)

Expand Down
2 changes: 1 addition & 1 deletion stubgen/CMakeLists.txt.in
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.10)

project(stubgen NONE)

Expand Down

0 comments on commit a73afd6

Please sign in to comment.