Skip to content

Commit

Permalink
*: update minimum cmake version to 3.23 (#9164) (#9168)
Browse files Browse the repository at this point in the history
close #9169

update minimum cmake version to 3.23

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>

Co-authored-by: Lloyd-Pottiger <yan1579196623@gmail.com>
  • Loading branch information
ti-chi-bot and Lloyd-Pottiger committed Jul 2, 2024
1 parent fbcb42e commit 1a9065f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required (VERSION 3.21)
cmake_minimum_required (VERSION 3.23)

project (TiFlash LANGUAGES C CXX ASM)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ And the following operating systems:

The following packages are required:

- CMake 3.21.0+
- Clang 17.0.0+ under Linux or AppleClang 15.0.0+ under MacOS
- CMake 3.23.0+
- Clang 17.0.0+ under Linux or AppleClang 14.0.0+ under MacOS
- Rust
- Python 3.0+
- Ninja-Build or GNU Make
Expand Down

0 comments on commit 1a9065f

Please sign in to comment.