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

Add CMake Config-file package #260

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2024

  1. use relative paths for install

    This is intended to make the installed package relocatable.
    kevinAlbs committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    422de38 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. export and install targets

    kevinAlbs committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6e0b397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd73cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f5350b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3d388b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix whitespace

    Co-authored-by: Sutou Kouhei <[email protected]>
    kevinAlbs and kou committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8e902de View commit details
    Browse the repository at this point in the history
  2. change AnyNewerVersion to SameMajorVersion for version compatibility

    utf8proc appears to use SemVer. Do not consider different major versions compatible.
    kevinAlbs committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0238836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afaa23c View commit details
    Browse the repository at this point in the history
  4. relocate Using with CMake

    kevinAlbs committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e3d29ea View commit details
    Browse the repository at this point in the history