[zeromq-dev] Building CZMQ with disable-drafts
Luca Boccassi
luca.boccassi at gmail.com
Sat Apr 23 01:18:28 CEST 2016
On 22 April 2016 at 21:44, Osiris Pedroso <opedroso at gmail.com> wrote:
> How can I build CZMQ with disable-drafts in Ubuntu?
>
> In Windows, I run czmq/builds/msvc/configure.bat --disable-drafts to
> accomplish that.
Hi,
With automake: ./configure --enable-drafts=no
With CMake: cmake -DENABLE_DRAFTS=OFF
Kind regards,
Luca Boccassi
More information about the zeromq-dev
mailing list