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: Use GNUInstallDirs to install files to the correct paths #975

Merged

Commits on Sep 10, 2023

  1. cmake: Use GNUInstallDirs to install files to the correct paths

    On most Linux distributions (excluding the Debian family), 64-bit
    stuff goes into lib64, while 32-bit stuff goes into lib or lib32.
    The Debian family has their own special setup as well.
    
    This change makes it so we install correctly regardless of FHS
    setup is used.
    Conan-Kudo committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    f1aa6c8 View commit details
    Browse the repository at this point in the history