0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Make OS Xframwork build optional

This commit is contained in:
Sylvain Corlay 2017-01-27 19:30:18 +01:00
parent bf6d8a5d17
commit 4e472b18e3

View File

@ -23,7 +23,7 @@ option (WITH_OPENPGM "Build with support for OpenPGM" OFF)
option (WITH_VMCI "Build with support for VMware VMCI socket" OFF)
if (APPLE)
option (ZMQ_BUILD_FRAMEWORK "Build as OS X framework" ON)
option (ZMQ_BUILD_FRAMEWORK "Build as OS X framework" OFF)
endif ()
# Select curve encryption library, defaults to tweetnacl