Why do you intentionally disable RPATH for Mac here:
|
# 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.
Why do you intentionally disable RPATH for Mac here:
zlib-ng/CMakeLists.txt
Lines 1136 to 1137 in afd2a0c
@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.