mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 05:27:15 +03:00
CI: Disable libtorrent2 deprecated functions on Travis
This commit is contained in:
parent
561b597031
commit
799e67bbca
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ install:
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_CXX_STANDARD=17 \
|
-DCMAKE_CXX_STANDARD=17 \
|
||||||
-Ddeprecated-functions=ON \
|
-Ddeprecated-functions=OFF \
|
||||||
-DOPENSSL_ROOT_DIR="$openssl_root_path" \
|
-DOPENSSL_ROOT_DIR="$openssl_root_path" \
|
||||||
./
|
./
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue