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 relative and absolute libdir/incluedir in pkg-config generation #1330

Merged
merged 1 commit into from
Feb 7, 2023

Commits on Feb 5, 2023

  1. Support relative and absolute libdir/incluedir in pkg-config generation

    During pkg-config generation, CMake now uses
    `CMAKE_INSTALL_LIBDIR`/`CMAKE_INSTALL_INCLUDEDIR` instead of the
    `_FULL_` variables, and does not prepend the prefix if they are absolute
    paths, which makes it possible to support relative installation paths.
    
    See AcademySoftwareFoundation/Imath#281 and
    AcademySoftwareFoundation/Imath#291
    
    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5ebedb5 View commit details
    Browse the repository at this point in the history