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

Switch to using CMake GNUInstallDirs module for install path handling. #17308

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 25, 2024

  1. Switch to using GNUInstallDirs in CMake instead of a bunch of hard-co…

    …ded paths.
    
    This helps significantly with actual portability, and may on it0s own
    resolve the install prefix issues on FreeBSD.
    Ferroin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bb04895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548234c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ddf82f View commit details
    Browse the repository at this point in the history
  4. Fixup kickstart.sh code.

    Ferroin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5d04b7f View commit details
    Browse the repository at this point in the history
  5. Fixup uninstaller script.

    Ferroin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1dd6799 View commit details
    Browse the repository at this point in the history
  6. Fix CI issues.

    Ferroin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b5a6446 View commit details
    Browse the repository at this point in the history