Skip to content

Commit 963ef3b

Browse files
authored
Downgraded the required CMake version to satisfy AppVeyor
1 parent 18521ad commit 963ef3b

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
#
55
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
66
# or copy at http://opensource.org/licenses/MIT)
7-
cmake_minimum_required(VERSION 3.14) # first version with add_compile_options()
7+
cmake_minimum_required(VERSION 3.13.3)
88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
99
include(FetchContent)
1010
include(DownloadSQLite)

0 commit comments

Comments
 (0)