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

Support custom FMT_INC_DIR in pkgconfig and cmake configs #1702

Merged
merged 3 commits into from
May 28, 2020

Commits on May 26, 2020

  1. Support custom FMT_INC_DIR in pkgconfig and cmake configs

    When CMAKE_INSTALL_INCLUDEDIR or FMT_INC_DIR override the header
    installation directory, they should be used instead of
    ${CMAKE_INSTALL_PREFIX}/include in fmt-targets.cmake and fmt.pc.
    orivej committed May 26, 2020
    Configuration menu
    Copy the full SHA
    63c28b3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Put headers into FMT_INC_DIR/fmt rather than directly into FMT_INC_DIR

    This makes FMT_INC_DIR an alias for CMAKE_INSTALL_INCLUDEDIR and
    simplifies generation of pkgconfig and cmake configs.
    orivej committed May 28, 2020
    Configuration menu
    Copy the full SHA
    3f87480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb0e11 View commit details
    Browse the repository at this point in the history