[pdal-commits] [PDAL/PDAL] 7bc7fe: initial commit of PDALConfig.cmake
GitHub
noreply at github.com
Tue Jan 20 11:16:03 PST 2015
Branch: refs/heads/PDALConfig
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
Compare: https://github.com/PDAL/PDAL/compare/bafd980939dd...ff7923d57095
More information about the pdal-commits
mailing list