[pdal-commits] [PDAL/PDAL] 7bc7fe: initial commit of PDALConfig.cmake

GitHub noreply at github.com
Wed Jan 21 14:46:09 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 7bc7fe8eefea1bc19c37e9d9985a5c29ff8698ac
      https://github.com/PDAL/PDAL/commit/7bc7fe8eefea1bc19c37e9d9985a5c29ff8698ac
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    A PDALConfig.cmake.in
    A cmake/config.cmake
    M cmake/macros.cmake
    A examples/writing/CMakeLists.txt
    A examples/writing/tutorial.cpp

  Log Message:
  -----------
  initial commit of PDALConfig.cmake

Those wishing to link against PDAL will not need a FindPDAL.cmake file,
they will only need to set PDAL_DIR to point to PDALConfig.cmake, which
is installed by PDAL (typically in /usr/local/lib/pdal/cmake).

This is a minimal approach for now, only addressing a very basic PDAL
build (i.e., no plugins). It also does not propagate flags, definitions,
etc. as it probably should in the end.

A version of the writing tutorial from the docs is provided as an
example.


  Commit: d13fee7cf169aef6e91835215b1c33c2ce61a2fb
      https://github.com/PDAL/PDAL/commit/d13fee7cf169aef6e91835215b1c33c2ce61a2fb
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  we can specify multiple targets on the export line


  Commit: ff7923d57095d9d20b057cbf63b95761252b4ca6
      https://github.com/PDAL/PDAL/commit/ff7923d57095d9d20b057cbf63b95761252b4ca6
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  remove redundant export of pdal_util


  Commit: b127121ad2e900acc4237b44bc62502f3c9b7fbe
      https://github.com/PDAL/PDAL/commit/b127121ad2e900acc4237b44bc62502f3c9b7fbe
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-21 (Wed, 21 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    A PDALConfig.cmake.in
    A cmake/config.cmake
    M cmake/macros.cmake
    A examples/writing/CMakeLists.txt
    A examples/writing/tutorial.cpp

  Log Message:
  -----------
  Merge pull request #714 from PDAL/PDALConfig

Pdal config


Compare: https://github.com/PDAL/PDAL/compare/f3a6db1c281d...b127121ad2e9


More information about the pdal-commits mailing list