Update BUILD_OSX.md

Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com>
This commit is contained in:
Julian Groß 2020-07-07 04:51:28 +02:00 committed by GitHub
parent cdb770b407
commit 9d2785f4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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