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

cmake: Port PR29723 from the master branch #278

Merged
merged 8 commits into from
Jul 24, 2024
Merged

Commits on Jul 23, 2024

  1. Revert "depends: Fix Autotools-generated libzmq.pc file"

    This reverts commit 925e6e0.
    hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fcc075d View commit details
    Browse the repository at this point in the history
  2. fixup! cmake: Add libzmq optional package support

    Add TODO comment.
    hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    30e258d View commit details
    Browse the repository at this point in the history
  3. depends: add zeromq mktemp macos patch

    fanquake authored and hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    73eda12 View commit details
    Browse the repository at this point in the history
  4. depends: add zeromq builtin sha1 patch

    fanquake authored and hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1b55c75 View commit details
    Browse the repository at this point in the history
  5. depends: add zeromq windows usage patch

    fanquake authored and hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    caae50a View commit details
    Browse the repository at this point in the history
  6. depends: add zeromq cmake minimum patch

    fanquake authored and hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b4c5f72 View commit details
    Browse the repository at this point in the history
  7. depends: add zeromq no librt patch

    fanquake authored and hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5989754 View commit details
    Browse the repository at this point in the history
  8. depends: switch zmq to CMake

    The CMake WIN32_WINNT autodetection is broken, and must be set
    manually. We may want to set is explicitly in any case, but the
    brokenness should also be fixed upstream.
    
    Also patch out depends paths, that would cause non-determinism.
    
    Co-authored-by: fanquake <fanquake@gmail.com>
    2 people authored and hebasto committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    00355fd View commit details
    Browse the repository at this point in the history