[pdal-commits] [PDAL/PDAL] 767b2d: Clean up CMake configuration (#2693)
chambbj
noreply at github.com
Fri Aug 23 09:38:21 PDT 2019
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 767b2d0c62f00e8c2f67bf3677862e61fd00b9e2
https://github.com/PDAL/PDAL/commit/767b2d0c62f00e8c2f67bf3677862e61fd00b9e2
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
M CMakeLists.txt
M HOWTORELEASE.txt
M apps/pdal-config-bat.in
M apps/pdal-config.in
M apps/pdal.pc.in
M cmake/common.cmake
M cmake/cpack.cmake
A cmake/install_dirs.cmake
M cmake/macros.cmake
M doc/conf.py
M pdal/pdal_config.cpp
M pdal_features.hpp.in
Log Message:
-----------
Clean up CMake configuration (#2693)
* Remove unused CMake macros
* Convert one off macros to CMake include files
* Specify C++11 for all targets, disabling extensions
* Modern CMake will now parse version numbers automatically
* osinfo.cmake no longer needed, set C++11 per target instead of globally
* Avoid setting any CXX properties globally
More information about the pdal-commits
mailing list