zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.8k stars 2.36k forks source link

cmake: Refer to `prefix` variable in generated `libzmq.pc` #4743

Closed hebasto closed 2 months ago

hebasto commented 2 months ago

This change:

  1. Makes the libzmq.pc files generated by Autotools and CMake more aligned.
  2. Allows the prefix variable to be redefined if the package is relocated.