[pdal-commits] [PDAL/PDAL] 67b51c: Reduce the overall number of CMake include_directo...
GitHub
noreply at github.com
Thu Jan 8 11:46:03 PST 2015
Branch: refs/heads/reduce-number-of-include-directories
Home: https://github.com/PDAL/PDAL
Commit: 67b51c4df1aff7c7b605be7bdbdea4e235f37c10
https://github.com/PDAL/PDAL/commit/67b51c4df1aff7c7b605be7bdbdea4e235f37c10
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
M apps/pdal.cpp
M filters/chipper/CMakeLists.txt
M filters/colorization/CMakeLists.txt
M filters/crop/CMakeLists.txt
M filters/decimation/CMakeLists.txt
M filters/ferry/CMakeLists.txt
M filters/merge/CMakeLists.txt
M filters/mortonorder/CMakeLists.txt
M filters/reprojection/CMakeLists.txt
M filters/sort/CMakeLists.txt
M filters/splitter/CMakeLists.txt
M filters/stats/CMakeLists.txt
M io/bpf/CMakeLists.txt
M io/faux/CMakeLists.txt
M io/las/CMakeLists.txt
M io/qfit/CMakeLists.txt
M io/sbet/CMakeLists.txt
M io/terrasolid/CMakeLists.txt
M io/text/CMakeLists.txt
M kernels/CMakeLists.txt
M kernels/delta/CMakeLists.txt
M kernels/diff/CMakeLists.txt
M kernels/info/CMakeLists.txt
M kernels/pipeline/CMakeLists.txt
M kernels/random/CMakeLists.txt
M kernels/sort/CMakeLists.txt
M kernels/translate/CMakeLists.txt
M plugins/attribute/CMakeLists.txt
M plugins/greyhound/CMakeLists.txt
M plugins/hexbin/CMakeLists.txt
M plugins/icebridge/CMakeLists.txt
M plugins/mrsid/CMakeLists.txt
M plugins/nitf/CMakeLists.txt
M plugins/oci/CMakeLists.txt
M plugins/p2g/CMakeLists.txt
M plugins/pcl/CMakeLists.txt
M plugins/pgpointcloud/CMakeLists.txt
M plugins/python/CMakeLists.txt
M plugins/rxp/CMakeLists.txt
M plugins/sqlite/CMakeLists.txt
M src/CMakeLists.txt
M test/perf/CMakeLists.txt
M test/unit/CMakeLists.txt
Log Message:
-----------
Reduce the overall number of CMake include_directories calls.
Adding include_directories(${PROJECT_SOURCE_DIR}/include) to the
top-level CMakeLists removes the need to duplicate it in nested
CMakeLists.
Turn on CMAKE_INCLUDE_CURRENT_DIR, which eliminates the need to include
each and every include directory as we get into individual
stages/plugins.
More information about the pdal-commits
mailing list