Commit 5c34f65a authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2326 from SylvainCorlay/framework

Make OS Xframwork build optional
parents bf6d8a5d 4e472b18
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment