Skip to content

Stop disabling RPATH on Mac? #1523

@dzenanz

Description

@dzenanz

Why do you intentionally disable RPATH for Mac here:

zlib-ng/CMakeLists.txt

Lines 1136 to 1137 in afd2a0c

# Match configure/make's behavior (i.e. don't use @rpath on mac).
set_target_properties(zlib PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}")

@kislinsk reported it as a bug in ITK: InsightSoftwareConsortium/ITK#4084. I would prefer this to be fixed here, as opposed to patching ITK's bundled version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions