diff --git a/qbittorrent-nox-static.sh b/qbittorrent-nox-static.sh index 36f54f6b..9ca0c3e8 100644 --- a/qbittorrent-nox-static.sh +++ b/qbittorrent-nox-static.sh @@ -2413,6 +2413,7 @@ _zlib() { -D CMAKE_PREFIX_PATH="${qbt_install_dir}" \ -D BUILD_SHARED_LIBS=OFF \ -D ZLIB_COMPAT=ON \ + -D WITH_GTEST=OFF \ -D CMAKE_INSTALL_PREFIX="${qbt_install_dir}" |& _tee -a "${qbt_install_dir}/logs/${app_name}.log" cmake --build build |& _tee -a "${qbt_install_dir}/logs/${app_name}.log" _post_command build