Fix OpenSSL travis for mac

This commit is contained in:
Rochet2 2020-02-11 21:30:21 +00:00 committed by Antz
parent a75c0cea94
commit 4aa9d6dd12

View File

@ -42,5 +42,6 @@ script:
- test -d _build || mkdir _build
- test -d _install || mkdir _install
- cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DSOAP=1 -DPLAYERBOTS=1
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DSOAP=1 -DPLAYERBOTS=1 -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/
- which openssl
- make -j4