From 9d2785f4e5259e6a442ec03debbaeaf394035bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Tue, 7 Jul 2020 04:51:28 +0200 Subject: [PATCH] Update BUILD_OSX.md Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com> --- BUILD_OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_OSX.md b/BUILD_OSX.md index 5384326b38..ccf32d71a8 100644 --- a/BUILD_OSX.md +++ b/BUILD_OSX.md @@ -24,7 +24,7 @@ You will need the OSX SDK for building. The easiest way to get this is to instal Assuming you've installed OpenSSL using the homebrew instructions above, you'll need to set OPENSSL_ROOT_DIR so CMake can find your installations. For OpenSSL installed via homebrew, set OPENSSL_ROOT_DIR via `export OPENSSL_ROOT_DIR=/usr/local/opt/openssl` - or by appending `-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl` to cmake + or by appending `-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl` to `cmake` ### Xcode