Skip to content

Commit bb48a45

Browse files
committed
Build: bump CMake minimum required to 3.22 to match Core
1 parent 1701d1b commit bb48a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file. See the AUTHORS file for names of contributors.
44

5-
cmake_minimum_required(VERSION 3.9)
5+
cmake_minimum_required(VERSION 3.22)
66
# Keep the version below in sync with the one in db.h
77
project(leveldb VERSION 1.22.0 LANGUAGES C CXX)
88

0 commit comments

Comments
 (0)