Skip to content

Commit cb857fd

Browse files
committed
Remove dependency on zlib
1 parent b55c31d commit cb857fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,8 +1335,6 @@ jobs:
13351335
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
13361336
-DCMAKE_INSTALL_PREFIX=$PREFIX \
13371337
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1338-
-DZLIB_INCLUDE_DIR=$PREFIX/include \
1339-
-DZLIB_LIBRARY=$PREFIX/lib/ \
13401338
../
13411339
else
13421340
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -1349,8 +1347,6 @@ jobs:
13491347
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
13501348
-DCMAKE_INSTALL_PREFIX=$PREFIX \
13511349
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1352-
-DZLIB_INCLUDE_DIR=$PREFIX/include \
1353-
-DZLIB_LIBRARY=$PREFIX/lib/ \
13541350
../
13551351
fi
13561352

0 commit comments

Comments
 (0)