Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Set MACOSX_RPATH to OFF #4669

Merged
merged 1 commit into from Jan 17, 2017
Merged

Commits on Jan 17, 2017

  1. cmake: Set MACOSX_RPATH to OFF

    In newer versions of CMake, the variable is ON by default.
    This generates imports like @rpath/libusb.dylib which the
    packaging script doesn’t understand.
    We don’t really need @rpath, so we can just disable it
    at the global scope instead of fixing the script.
    Orphis committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    5955c86 View commit details
    Browse the repository at this point in the history