Commit 4e472b18 authored by Sylvain Corlay's avatar Sylvain Corlay

Make OS Xframwork build optional

parent bf6d8a5d
...@@ -23,7 +23,7 @@ option (WITH_OPENPGM "Build with support for OpenPGM" OFF) ...@@ -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
......
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