CI: Disable libtorrent2 deprecated functions on Travis

This commit is contained in:
Vladimir Golovnev (Glassez) 2021-03-06 17:05:43 +03:00 committed by sledgehammer999
parent 437b51b3a5
commit ed5aa07526
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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