zeromq / libzmq

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

Fixed the CMake warnings #4609

Closed da115115 closed 11 months ago

da115115 commented 11 months ago

With the current version of the CMake files, there are a few warning messages. This patch fixes those warning (the project is building without warnings). Note that there will no longer be support for versions of CMake strictly less than 3.5. All the current Linux distributions, including long term support (LTS) ones, have CMake with a version greater than 3.5.

bluca commented 11 months ago

We do not want to break the build on older OSes, closing