Skip to content

Commit

Permalink
Merge pull request #4192 from rouault/fix_4191
Browse files Browse the repository at this point in the history
Docs: add a note to explain EXE_SQLITE3 must of the host architecture
  • Loading branch information
rouault authored Jul 8, 2024
2 parents 979f205 + e97b0ae commit b5271a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,13 @@ All cached entries can be viewed using ``cmake -LAH`` from a build directory.

Path to an ``sqlite3`` or ``sqlite3.exe`` executable.

.. note::

When cross-compiling, the executable pointed by EXE_SQLITE3 must be
of the same architecture as the host, *not* of the architecture you
build for. That sqlite3 binary is used to build the :file:`proj.db`
SQLite3 database from source .sql files.

.. deprecated:: 9.4.0
``SQLITE3_INCLUDE_DIR`` and ``SQLITE3_LIBRARY`` should be replaced with
``SQLite3_INCLUDE_DIR`` and ``SQLite3_LIBRARY``, respectively.
Expand Down

0 comments on commit b5271a5

Please sign in to comment.