You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
In 86174ee (Travis Tests: Avoid code duplication, 2019-06-05) we added
support for using the environment variable NON_STOCK_CPPZMQ to say if we
use the stock version or the non-stock version.
That commit got the logic wrong. Flip the naming to have now one less
negation.
STOCK_CPPZMQ=ON means that the system cppzmq is used, =OFF that we use
the latest cppzmq from the repo.
0 commit comments