Skip to content

Commit

Permalink
修改cmake版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick16262 committed Jun 10, 2024
1 parent 79ed949 commit 02d3bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ==================
# === basic info ===
# ==================
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 20)

project(minidb)
Expand Down

0 comments on commit 02d3bc9

Please sign in to comment.