zeromq / libzmq

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

Fix pkg_config_defines in CMakeFile #4549

Closed panicgh closed 1 year ago

panicgh commented 1 year ago

I introduced a bug in my previous PR, which rendered the changes ineffective. Sorry for the noise.

PR #4545 sets pkg_config_defines too late, i.e. after the pkg-config file is already generated. It must be set before configure_file.