From 274f9a78aea6d51d878fe80f1d0ad395da8c27fc Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Tue, 11 Feb 2020 21:30:21 +0000 Subject: [PATCH] Fix OpenSSL travis for mac --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb37eb8a2..2713c7c66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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=0 + - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DSOAP=1 -DPLAYERBOTS=0 -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ + - which openssl - make -j4