Skip to content

Commit 98a2edd

Browse files
committed
Bump cmake_minimum_required
1 parent 96e451c commit 98a2edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.5...3.29)
22
set(TARGET_NAME sqlite_scanner)
33
set(EXTENSION_NAME ${TARGET_NAME}_extension)
44
project(${TARGET_NAME})

0 commit comments

Comments
 (0)