diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-02-23 13:50:31 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-02-23 13:50:31 +0100 |
commit | 33f9b9672ada32ab5d6ce8138dcc385262f19169 (patch) | |
tree | e6a2c1d5558dc99247a403fd732bec20a001a3c5 /.ci | |
parent | Use third_party singleapplication helper (diff) | |
download | nheko-33f9b9672ada32ab5d6ce8138dcc385262f19169.tar.xz |
Try to use bundled openssl on macOS
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 9438a652..53bb1d9e 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -43,9 +43,6 @@ cmake -GNinja -H. -Bbuild \ -DHUNTER_ROOT=".hunter" \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ - -DUSE_BUNDLED_OPENSSL=OFF \ - -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \ - -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include \ -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 \ -DCI_BUILD=ON else |