Merge pull request #2326 from SylvainCorlay/framework

Make OS Xframwork build optional
This commit is contained in:
Luca Boccassi 2017-01-27 19:53:28 +00:00 committed by GitHub
commit 5c34f65ad5

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) option (WITH_VMCI "Build with support for VMware VMCI socket" OFF)
if (APPLE) if (APPLE)
option (ZMQ_BUILD_FRAMEWORK "Build as OS X framework" ON) option (ZMQ_BUILD_FRAMEWORK "Build as OS X framework" OFF)
endif () endif ()
# Select curve encryption library, defaults to tweetnacl # Select curve encryption library, defaults to tweetnacl