Skip to content

Commit

Permalink
upgrade cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 23, 2023
1 parent 01b5d61 commit 2cb7c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake Build Matrix
on: [ push, pull_request ]

env:
CMAKE_VERSION: 3.18.3
CMAKE_VERSION: 3.26.0
NINJA_VERSION: 1.10.1
BUILD_TYPE: Release
CCACHE_VERSION: 3.7.7
Expand Down
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.9..3.26)
cmake_minimum_required(VERSION 3.20..3.26)

#### PREPARATIONS ##################################################
set(CMAKE_SCRIPTS "cmake")
Expand Down

0 comments on commit 2cb7c71

Please sign in to comment.