diff -r 5b2dec63f4cf -r 7e3bd4030aa5 cmake_modules/paths.cmake --- a/cmake_modules/paths.cmake Tue Aug 13 13:10:12 2019 -0600 +++ b/cmake_modules/paths.cmake Tue Aug 13 13:20:28 2019 -0600 @@ -59,6 +59,7 @@ #@rpath mangling set(CMAKE_INSTALL_RPATH "@executable_path/../Frameworks") #install_name_tool for libraries + set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR TRUE) set(CMAKE_INSTALL_NAME_DIR "@executable_path/../Frameworks") else(APPLE AND NOT (${CMAKE_INSTALL_PREFIX} MATCHES "/usr")) #paths where to find libraries (final slash not optional):