We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18521ad commit 963ef3bCopy full SHA for 963ef3b
CMakeLists.txt
@@ -4,7 +4,7 @@
4
#
5
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
6
# or copy at http://opensource.org/licenses/MIT)
7
-cmake_minimum_required(VERSION 3.14) # first version with add_compile_options()
+cmake_minimum_required(VERSION 3.13.3)
8
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
9
include(FetchContent)
10
include(DownloadSQLite)
0 commit comments