From ed5aa07526f8f9d124936ef479f1f05b4cbebc65 Mon Sep 17 00:00:00 2001 From: "Vladimir Golovnev (Glassez)" Date: Sat, 6 Mar 2021 17:05:43 +0300 Subject: [PATCH] CI: Disable libtorrent2 deprecated functions on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6619b75d6..dbf00b2df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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