[cmake] error out if ZeroMQ has no draft api support#22325
Open
ferdymercury wants to merge 2 commits into
Open
[cmake] error out if ZeroMQ has no draft api support#22325ferdymercury wants to merge 2 commits into
ferdymercury wants to merge 2 commits into
Conversation
Contributor
|
Hello, indeed, I get this in the cmake configuration step: |
Collaborator
Author
That's a different error though saying that package is not installed ? Did you install libzmq3-dev and does it have a version >= 4.3.5? |
Contributor
|
Sorry, I forgot I am on a different machine now... This installed version 4.3.5. For the cmake step I get: |
Collaborator
Author
|
Great, that seems to work! Thks for checking |
Test Results 22 files 22 suites 3d 10h 47m 28s ⏱️ Results for commit e28b80e. ♻️ This comment has been updated with latest results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #22300
code rescued from 8446def
@TomasDado would this PR error out soon enough for your build?