Skip to content

Commit e5c7503

Browse files
committed
Use system FindSQlite3.cmake
The `FindSQLite3.cmake` is available with CMake since CMake version 3.14 (see e.g. https://cmake.org/cmake/help/latest/module/FindSQLite3.html). The release of cmake 3.14 release is from March 2019 (whilst the 3.12 release is from November 2018)
1 parent 3fd7dd8 commit e5c7503

File tree

4 files changed

+3
-41
lines changed

4 files changed

+3
-41
lines changed

BUILD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Doxygen uses cmake (http://www.cmake.org/) to build executables for various platforms.
2-
At least cmake version 3.3 is required.
2+
At least cmake version 3.14 is required.
33

44
The first step is to create a build directory where the output should be stored.
55
Doxygen can be fully built outside of the source tree.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Documents produced by Doxygen are derivative works derived from the
1212
# input used in their production; they are not affected by this license.
1313

14-
cmake_minimum_required(VERSION 3.12)
14+
cmake_minimum_required(VERSION 3.14)
1515
project(doxygen)
1616

1717
option(build_wizard "Build the GUI frontend for doxygen." OFF)

cmake/FindSQLite3.cmake

Lines changed: 0 additions & 38 deletions
This file was deleted.

doc/install.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ following to build the executable:
3737
\addindex python
3838
<li>You need \c python (version 2.7 or higher, see https://www.python.org).
3939
<li>In order to generate a \c Makefile for your platform, you need
40-
<a href="https://cmake.org/">cmake</a> version 3.3 or later.
40+
<a href="https://cmake.org/">cmake</a> version 3.14 or later.
4141
\addindex cmake
4242
</ul>
4343

0 commit comments

Comments
 (0)