Skip to content

Commit f14dfcb

Browse files
committed
Remove dependency on zlib
1 parent 111d0e5 commit f14dfcb

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
@@ -1270,8 +1270,6 @@ jobs:
12701270
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
12711271
-DCMAKE_INSTALL_PREFIX=$PREFIX \
12721272
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1273-
-DZLIB_INCLUDE_DIR=$PREFIX/include \
1274-
-DZLIB_LIBRARY=$PREFIX/lib/ \
12751273
../
12761274
else
12771275
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -1284,8 +1282,6 @@ jobs:
12841282
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
12851283
-DCMAKE_INSTALL_PREFIX=$PREFIX \
12861284
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1287-
-DZLIB_INCLUDE_DIR=$PREFIX/include \
1288-
-DZLIB_LIBRARY=$PREFIX/lib/ \
12891285
../
12901286
fi
12911287

0 commit comments

Comments
 (0)