]> git.mxchange.org Git - flightgear.git/commit
Allow use of the system's SQLite3 library.
authorJames Turner <zakalawe@mac.com>
Wed, 19 Sep 2012 13:28:25 +0000 (14:28 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 19 Sep 2012 13:28:25 +0000 (14:28 +0100)
commit50c61b42116d6bc3b21c90c8193a80d7ab1058e3
tree9b5a3f97f13c93e4a4041e4fee98e36b0b88fc87
parent9b900e94304b95337e2731946525cde4ef377da9
Allow use of the system's SQLite3 library.

Keep distro packagers happy by having the option to use the system's sqlite library instead of our bundled version. Set SYSTEM_SQLITE=1 when running cmake to use the system one.
CMakeLists.txt
CMakeModules/FindSQLite3.cmake [new file with mode: 0644]
src/Include/config_cmake.h.in
src/Main/CMakeLists.txt
src/Navaids/CMakeLists.txt