Skip to content

Commit 963dad7

Browse files
authored
CMake: Update cmake_minimum_required to 3.17.5 (#2)
1 parent f5cad37 commit 963dad7

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
@@ -4,7 +4,7 @@
44
# This source code is licensed in accordance with the terms specified in
55
# the LICENSE file found in the root directory of this source tree.
66

7-
cmake_minimum_required(VERSION 3.13.3)
7+
cmake_minimum_required(VERSION 3.17.5)
88
project(thirdparty_sqlite)
99

1010
option(SQLITE_ENABLE_INSTALL_TARGET "When enabled, will cause the project to create the install targets" OFF)

0 commit comments

Comments
 (0)