mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Merge pull request #2326 from SylvainCorlay/framework
Make OS Xframwork build optional
This commit is contained in:
commit
5c34f65ad5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user