From 7f6639881ee51933afe0b6d8cf6ebac9eaf02acc Mon Sep 17 00:00:00 2001 From: Brian Kendall Date: Fri, 11 Aug 2017 13:23:17 -0400 Subject: [PATCH] Fixed macOS build instructions to avoid "Could NOT find OpenSSL" error --- Compilation-guide-for-macOS-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation-guide-for-macOS-systems.md b/Compilation-guide-for-macOS-systems.md index a32f8e6..7d5e1c2 100644 --- a/Compilation-guide-for-macOS-systems.md +++ b/Compilation-guide-for-macOS-systems.md @@ -68,7 +68,7 @@ Apply [this patch](https://github.com/Homebrew/homebrew-core/issues/3219#issueco ## With CMake * `mkdir build` * `cd build` -* `Qt5_DIR=/usr/local/qt5.7.1/lib/cmake/Qt5 cmake -DDBUS=OFF ..` +* `OPENSSL_ROOT_DIR=/usr/local/opt/openssl Qt5_DIR=/usr/local/qt5.7.1/lib/cmake/Qt5 cmake -DDBUS=OFF ..` * `make -j4` * `/usr/local/qt5.7.1/bin/macdeployqt src/app/qbittorrent.app`