[pdal-commits] [PDAL/PDAL] 7d5855: Use linker script to avoid linking two libraries.

GitHub noreply at github.com
Wed Sep 2 07:40:05 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 7d5855c418c1569d1ed57921a5734193fcbdf47b
      https://github.com/PDAL/PDAL/commit/7d5855c418c1569d1ed57921a5734193fcbdf47b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M CMakeLists.txt
    M PDALConfig.cmake.in
    M apps/CMakeLists.txt
    M cmake/macros.cmake
    M plugins/python/plang/CMakeLists.txt
    M src/CMakeLists.txt
    A src/libpdalcpp
    M test/unit/PointTableTest.cpp

  Log Message:
  -----------
  Use linker script to avoid linking two libraries.
Linker scripts don't work on OSX :(  Use --reexport_library instead.
Actually use custom PointTable in test.
Close #977




More information about the pdal-commits mailing list