[Liblas-commits] [libLAS/libLAS] 1d8647: cmake: remove unused target names

GitHub noreply at github.com
Wed Oct 31 10:41:45 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 1d86471c13a6536b233fe4c9cd0f74a4a34163a0
      https://github.com/libLAS/libLAS/commit/1d86471c13a6536b233fe4c9cd0f74a4a34163a0
  Author: Ben Boeckel <ben.boeckel at kitware.com>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  cmake: remove unused target names


  Commit: edb793b2880dc1f15cf65bcd22ee8cbc1aa843cf
      https://github.com/libLAS/libLAS/commit/edb793b2880dc1f15cf65bcd22ee8cbc1aa843cf
  Author: Ben Boeckel <ben.boeckel at kitware.com>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M apps/CMakeLists.txt
    M cmake/liblas-config.cmake.in
    M src/CMakeLists.txt
    M test/sample/CMakeLists.txt
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  cmake: use consistent target names

Instead of using the target name to influence the output library name,
use a consistent target name and use the `OUTPUT_NAME` property to
control the output filename.


  Commit: e14cbd6fde01b8ae7e7336bd050b5216bbf56764
      https://github.com/libLAS/libLAS/commit/e14cbd6fde01b8ae7e7336bd050b5216bbf56764
  Author: Ben Boeckel <ben.boeckel at kitware.com>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt

  Log Message:
  -----------
  cmake: use target_include_directories

This allows the installed targets to be used via `target_link_libraries`
without also needing to manage include directories.

Also move the `cmake_minimum_required` to the top of the file. It should
be the first CMake command in top-level `CMakeLists.txt`.


  Commit: b5933bd0f6f1fdd07744441d878ecbd174ae5b62
      https://github.com/libLAS/libLAS/commit/b5933bd0f6f1fdd07744441d878ecbd174ae5b62
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M cmake/liblas-config.cmake.in
    M src/CMakeLists.txt
    M test/sample/CMakeLists.txt
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #153 from mathstuf/cmake-imported-targets

Cmake imported targets


Compare: https://github.com/libLAS/libLAS/compare/1d006edbe01b...b5933bd0f6f1
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Liblas-commits mailing list