Skip to content

Commit

Permalink
Fix CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Jan 3, 2024
1 parent 5f7f373 commit 9b3725d
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.23)
cmake_minimum_required(VERSION 3.22)

set(H2B_PROJECT_NAME hex2bin)
project(${H2B_PROJECT_NAME} C CXX)
Expand Down
2 changes: 1 addition & 1 deletion cmakes/CMakeLists.txt.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.23)
cmake_minimum_required(VERSION 3.22)

project(googletest-download NONE)

Expand Down

0 comments on commit 9b3725d

Please sign in to comment.