[pdal-commits] [PDAL/PDAL] 037214: Use @loader_path/../lib

GitHub noreply at github.com
Sun Feb 22 15:15:45 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 037214e491f1ed3374f7c21c05c0ced611d800bf
      https://github.com/PDAL/PDAL/commit/037214e491f1ed3374f7c21c05c0ced611d800bf
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M cmake/macros.cmake

  Log Message:
  -----------
  Use @loader_path/../lib

A solo `@loader_path/` breaks plugin tests on OSX when building
out-of-tree. Going up then back down into lib shouldn't change the case
when @loader_path = /usr/local/lib or something simliar, but will fix
the case when @loader_path = /usr/local/bin or whatnot.


  Commit: 58f603e8a7a9f3c0e43655dc3f85cbcd547af8ca
      https://github.com/PDAL/PDAL/commit/58f603e8a7a9f3c0e43655dc3f85cbcd547af8ca
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-02-22 (Sun, 22 Feb 2015)

  Changed paths:
    M cmake/macros.cmake

  Log Message:
  -----------
  Merge pull request #770 from gadomski/yet-more-osx-linking

Use @loader_path/../lib


Compare: https://github.com/PDAL/PDAL/compare/3a14797cd98d...58f603e8a7a9


More information about the pdal-commits mailing list