Looks like CMake is managing to find the system version of OpenSSL, which you're apparently not allowed to link with. One workaround is to not use OpenSSL at all. If you install libsodium (brew install libsodium) then invoke cmake with these arguments:-DUSE_CRYPTO="libsodium" -DUSE_CRYP...
Contributor kadukcommentedFeb 2, 2017 This was closed because it's overtaken by events (1.1.0 has a unified build)? if this is needed, and if static linking for the apps is not sufficient, someone will have to re-open the issue.