[pdal-commits] [PDAL/PDAL] 6dbbc1: Revert RPATH to cmake's recommended setup

GitHub noreply at github.com
Wed Aug 20 14:21:37 PDT 2014


  Branch: refs/heads/point-context
  Home:   https://github.com/PDAL/PDAL
  Commit: 6dbbc1be8b40979b196c3de422df1834375f9c41
      https://github.com/PDAL/PDAL/commit/6dbbc1be8b40979b196c3de422df1834375f9c41
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

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

  Log Message:
  -----------
  Revert RPATH to cmake's recommended setup

Without this patch, executables in the build tree could not find shared
libraries in the build tree on Linux boxes. This patch removes
Apple-specific RPATH management and exactly implements the
recommendations from http://www.cmake.org/Wiki/CMake_RPATH_handling.


  Commit: e3387c1eb1684e3281bf240511e5d096f6a3af10
      https://github.com/PDAL/PDAL/commit/e3387c1eb1684e3281bf240511e5d096f6a3af10
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

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

  Log Message:
  -----------
  Merge pull request #410 from gadomski/linux-rpath

Revert RPATH to cmake's recommended setup


Compare: https://github.com/PDAL/PDAL/compare/379a49db5177...e3387c1eb168


More information about the pdal-commits mailing list