zeromq / libzmq

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

tests: use NOT APPLE instead of NOT MATCHES Clang #4505

Closed barracuda156 closed 1 year ago

barracuda156 commented 1 year ago

GCC can be used on macOS, therefore correct condition is on Apple and not on Clang. (Sure enough, otherwise building with GCC you get a lot of warnings about non-existent folders after -L.)

bluca commented 1 year ago

Please add a relicense statement https://github.com/zeromq/libzmq/tree/master/RELICENSE

barracuda156 commented 1 year ago

Please add a relicense statement https://github.com/zeromq/libzmq/tree/master/RELICENSE

@bluca Thank you, done.