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

GitHub noreply at github.com
Tue Jan 20 10:55:39 PST 2015


  Branch: refs/heads/PDALConfig
  Home:   https://github.com/PDAL/PDAL
  Commit: b91c50ea3f304e0870f74605d457a2913b16880d
      https://github.com/PDAL/PDAL/commit/b91c50ea3f304e0870f74605d457a2913b16880d
  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: bafd980939dde9d2ed2c83777d3f318f0d478d5b
      https://github.com/PDAL/PDAL/commit/bafd980939dde9d2ed2c83777d3f318f0d478d5b
  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


Compare: https://github.com/PDAL/PDAL/compare/7265d20a0c7c...bafd980939dd


More information about the pdal-commits mailing list