[pdal-commits] [PDAL/PDAL] c92995: Clean up CMake configuration

chambbj noreply at github.com
Fri Aug 23 08:46:33 PDT 2019


  Branch: refs/heads/minor-cmake-mods
  Home:   https://github.com/PDAL/PDAL
  Commit: c9299543cb3cec11602dd9edec44408685fd8271
      https://github.com/PDAL/PDAL/commit/c9299543cb3cec11602dd9edec44408685fd8271
  Author: Bradley J Chambers <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

* 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