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

Fix/tune linking targets to dependencies #853

Merged
merged 4 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. Remove linking to "libstdc++fs"

    The libdnf5 library does not use the Filesystem library extensions
    from <experimental/filesystem>.
    jrohel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0ad5d38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb61612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd60ad3 View commit details
    Browse the repository at this point in the history
  4. Remove unused direct shared object dependencies

    Adds a scope specification to all `target_link_libraries`.
    Lots of scopes are set to `PRIVATE`. Due to this many unused direct
    shared object dependencies were removed.
    jrohel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    44ea9b7 View commit details
    Browse the repository at this point in the history