[Liblas-commits] [libLAS/libLAS] 924508: cmake: don't force rpath settings on macOS (#185)
Ben Boeckel
noreply at github.com
Sun Apr 19 13:17:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/libLAS/libLAS
Commit: 924508084fe1dd42ad1c3b2bc6a5e945ee4ff3f4
https://github.com/libLAS/libLAS/commit/924508084fe1dd42ad1c3b2bc6a5e945ee4ff3f4
Author: Ben Boeckel <mathstuf at users.noreply.github.com>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
Log Message:
-----------
cmake: don't force rpath settings on macOS (#185)
Using rpath on macOS is tricky at best. Instead of forcing all macOS
users to deal with it, some package managers (e.g., MacPorts) avoid
@rpath completely. This logic forces settings on the deployment system
without a way to override it. These are best left controlled by the
`CMAKE_` variables which handle these properties by the user.
More information about the Liblas-commits
mailing list