Skip to content

Commit

Permalink
chore: bump CMake version to 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Oct 20, 2023
1 parent d7073a4 commit 5260bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.27)
message("Using toolchain file ${CMAKE_TOOLCHAIN_FILE}.")

# singleton target across multiple projects
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 6,
"cmakeMinimumRequired": {
"major": 3,
"minor": 26,
"minor": 27,
"patch": 0
},
"configurePresets": [
Expand Down

0 comments on commit 5260bbf

Please sign in to comment.