From 4e472b18e3233bc3536b328cfa2ce22472b5d00f Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Fri, 27 Jan 2017 19:30:18 +0100 Subject: [PATCH] Make OS Xframwork build optional --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74c6d066..a14e59e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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