Browse Source

CI: Disable libtorrent2 deprecated functions on Travis

adaptive-webui-19844
Vladimir Golovnev (Glassez) 4 years ago
parent
commit
799e67bbca
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7
  1. 2
      .travis.yml

2
.travis.yml

@ -146,7 +146,7 @@ install: @@ -146,7 +146,7 @@ install:
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_STANDARD=17 \
-Ddeprecated-functions=ON \
-Ddeprecated-functions=OFF \
-DOPENSSL_ROOT_DIR="$openssl_root_path" \
./
make

Loading…
Cancel
Save