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

build: fix pkg-config file generation #9953

Closed
wants to merge 2 commits into from

Commits on May 5, 2022

  1. build: fix pkg-config file generation

    - Instead of hardcoding "lib" and "include" in libdir and includedir,
      use the values from GNUInstallDirs.
    
    - Use PROJECT_DESCRIPTION and PROJECT_HOMEPAGE_URL instead of their
    CMAKE_ conterparts to fix pkg-config generation when rocksdb is not the
      top-level project.
    
    - Drop explicit CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR in
      configure_file() as that's implied by default (and quite intuitive).
    Tachi107 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    527e993 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    5228dd6 View commit details
    Browse the repository at this point in the history