Skip to content

Commit

Permalink
chore: bump CMake version to 3.27 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 20, 2023
1 parent 50da4a5 commit ec97787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Build Dependencies

- [CMake v3.26+](https://cmake.org/) or [XMake v2.8.2+](https://github.com/xmake-io/xmake/releases)
- [CMake v3.27+](https://cmake.org/) or [XMake v2.8.2+](https://github.com/xmake-io/xmake/releases)
- Add this to your PATH
- [vcpkg](https://github.com/microsoft/vcpkg) (CMake)
- Add the environment variable `VCPKG_ROOT` with the value as the path to the folder containing vcpkg
Expand Down

0 comments on commit ec97787

Please sign in to comment.