Page MenuHomePhabricator

[cmake] Make sure FindZeroMQ.cmake set the right variables
ClosedPublic

Authored by deadalnix on May 1 2018, 15:59.

Details

Summary

This ensure that parameters like REQUIRED are handled as expected.

Test Plan

Delete libzmq from my system

cmake -GNinja ..

Make sure we get the error

Could NOT find ZeroMQ (missing: ZMQ_INCLUDE_DIR ZMQ_LIBRARY)

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable