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

Reduce CMake warnings #576

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. [cmake] Set CMP0167 to use config file to find Boost

    Changed behavior in CMake 3.30. New behvior is compatible
    with Boost 1.70 and newer.
    gruenich committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dee7ef2 View commit details
    Browse the repository at this point in the history
  2. [cmake] Remove second inclusion of CPack

    CPack is already included in ZyppCommon.cmake
    gruenich committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e73048f View commit details
    Browse the repository at this point in the history
  3. [cmake] Remove commented code

    Code unused for 17 years.
    gruenich committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4d6ee5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7911f9d View commit details
    Browse the repository at this point in the history
  5. [cmake] Include FindPkgConfig conditionally to get rid of warning

    Prior to this change FindPackageHandleStandardArgs
    wrongly warned that find_package_handle_standard_args
    is called with non-matching spelling of the library name.
    gruenich committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e922452 View commit details
    Browse the repository at this point in the history