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

Remove cmake required quiet manipulation #882

Merged
merged 12 commits into from
Aug 16, 2024

Commits on Jul 15, 2024

  1. remove a use added for a purpose which is gone in the meantime.

    The following comments explains why it was added, and that indeed it is no longer needed, as such.
    jtv#851 (comment)
    
    Note that neither of these 2 cmake modules are for public use, they are internal cmake stuff.
    Nothing on the outside should use it. This was feedback given by kitware developers.
    killerbot242 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7fdd2f8 View commit details
    Browse the repository at this point in the history
  2. not on master should be on a branch

    Revert "remove a use added for a purpose which is gone in the meantime."
    
    This reverts commit 7fdd2f8.
    killerbot242 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c2b9bb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    bd3d896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de7706 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 2, 2024

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

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    3231077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eacc6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd8f813 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 16, 2024

  1. remove CMAKE_REQUIRED_QUIET manipulation, it has no effect since we u…

    …se try_compile directly and not one of the advised wrappers.and in case in future we switch to those we do want to see the messages, and not hidet hem.
    killerbot242 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4efca2a View commit details
    Browse the repository at this point in the history