[pdal-commits] [PDAL/PDAL] 665847: Ensure sqlite3 was compiled with load extension

GitHub noreply at github.com
Mon Oct 24 21:02:48 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 66584798c94c7e8a81b7b81ed046b4c372bc3651
      https://github.com/PDAL/PDAL/commit/66584798c94c7e8a81b7b81ed046b4c372bc3651
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M cmake/modules/FindSQLite3.cmake
    M cmake/sqlite.cmake

  Log Message:
  -----------
  Ensure sqlite3 was compiled with load extension

OSX 10.11.6 (and possibly others) ships with sqlite3 built w/o load
extension (via the `OMIT_LOAD_EXTENSION` define option). Load extension
is required by PDAL, and so this system sqlite3 will fail at
compile-time. This cmake check handles this situation more gracefully,
rather than an obscure compile-time error.


  Commit: 922ecee7f2e0a01782b481b1a1e3c5fe11b267d6
      https://github.com/PDAL/PDAL/commit/922ecee7f2e0a01782b481b1a1e3c5fe11b267d6
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M cmake/modules/FindSQLite3.cmake
    M cmake/sqlite.cmake

  Log Message:
  -----------
  Merge pull request #1338 from gadomski/osx-cant-use-system-sqlite3

Ensure sqlite3 was compiled with load extension


Compare: https://github.com/PDAL/PDAL/compare/90230f54c0ba...922ecee7f2e0


More information about the pdal-commits mailing list