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

pc: use absolute lib directory #584

Merged
merged 1 commit into from
Aug 31, 2021

Commits on Jul 18, 2021

  1. pc: use absolute lib directory

    INSTALL_LIB_DIR is set to CMAKE_INSTALL_LIB_DIR, and while CMAKE_INSTALL_PREFIX
    is prepended during install [1], this is not the case for the pkg-config
    file. Thus, use the full absolute path CMAKE_INSTALL_FULL_LIBDIR for generating
    the pkg-config file lib directory variables.
    
    [1] https://gitlab.kitware.com/cmake/cmake/-/issues/20250
    mkrupcale committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    cbdf3a6 View commit details
    Browse the repository at this point in the history