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

GitHub noreply at github.com
Wed Jan 14 19:45:32 PST 2015


  Branch: refs/heads/PDALConfig
  Home:   https://github.com/PDAL/PDAL
  Commit: cf2d5ab3896c9ed748979477219186d34e010573
      https://github.com/PDAL/PDAL/commit/cf2d5ab3896c9ed748979477219186d34e010573
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-14 (Wed, 14 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.




More information about the pdal-commits mailing list