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

Suppress needlessly alarming messages #628

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 3, 2024

  1. Suppress needlessly alarming messages

    These packages are not marked `REQUIRED` and when this project is used as a dependency of another CMake project they don't need to be findable when this CMakeLists.txt is read.  They may in fact be found later in the configuration process, so the messages when they actually _are_ needed, so the messages
    
    ```
    -- Could NOT find dispatch (missing: dispatch_DIR)
    -- Could NOT find Foundation (missing: Foundation_DIR)
    -- Could NOT find XCTest (missing: XCTest_DIR)
    ```
    
    are needlessly alarming.
    dabrahams committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    aa0271b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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