Skip to content

Commit 2f09520

Browse files
authored
Disable gtest_zlib build (#173)
1 parent 713fe83 commit 2f09520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qbittorrent-nox-static.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,7 @@ _zlib() {
24132413
-D CMAKE_PREFIX_PATH="${qbt_install_dir}" \
24142414
-D BUILD_SHARED_LIBS=OFF \
24152415
-D ZLIB_COMPAT=ON \
2416+
-D WITH_GTEST=OFF \
24162417
-D CMAKE_INSTALL_PREFIX="${qbt_install_dir}" |& _tee -a "${qbt_install_dir}/logs/${app_name}.log"
24172418
cmake --build build |& _tee -a "${qbt_install_dir}/logs/${app_name}.log"
24182419
_post_command build

0 commit comments

Comments
 (0)