Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3889

i#1375: Use modern CMake OSX rpath support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i1375-osx-rpath into master Oct 11, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 7

Removes the CMP0042 policy setting of OLD which is now deprecated. Sets CMAKE_MACOSX_RPATH at the top level. Sets CMP0068 to NEW since we comply with the changes there. Removes the old INSTALL_NAME_DIR setting on libdynamorio.

I tried using @rpath or $ORIGIN for Mac explicit rpaths but both failed (@rpath is supposed to work) so I left @loader_path in place.

Cleans up some other OSX pieces such as the warning about 64-bit not being supported, and the max kernel version.

Fixes #1375 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1375-osx-rpath