Open ClausKlein opened 3 years ago
Does that mean if I want to correctly compile my libzmq I gotta set the cmake version be to be 3.0.2?
Does that mean if I want to correctly compile my libzmq I gotta set the cmake version be to be 3.0.2?
not yet, but in the future. It is deprecated ...
the current cmake version is https://github.com/Kitware/CMake/releases/tag/v3.21.3
realy modern cmake is starting with with somthink like this:
cmake_minimum_required(VERSION 3.14...3.21)
Please use this template for reporting suspected bugs or requests for help.
Issue description
libzmq/src/wss_engine.hpp:33:10: fatal error: 'gnutls/gnutls.h' file not found
Environment
libzmq version (commit hash if unreleased): commit 056f37f352a354f66734facbb97797c01c4694e6 (HEAD -> develop, origin/master, origin/HEAD, master)
OS: Darwin Claus-iMac.fritz.box 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Minimal test code / Steps to reproduce the issue