Skip to content

Commit 35ac17c

Browse files
anutosh491mcbarton
authored andcommitted
Remove dependency on zlib
1 parent 60a2d9c commit 35ac17c

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
@@ -1308,8 +1308,6 @@ jobs:
13081308
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
13091309
-DCMAKE_INSTALL_PREFIX=$PREFIX \
13101310
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1311-
-DZLIB_INCLUDE_DIR=$PREFIX/include \
1312-
-DZLIB_LIBRARY=$PREFIX/lib/ \
13131311
../
13141312
else
13151313
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -1322,8 +1320,6 @@ jobs:
13221320
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
13231321
-DCMAKE_INSTALL_PREFIX=$PREFIX \
13241322
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1325-
-DZLIB_INCLUDE_DIR=$PREFIX/include \
1326-
-DZLIB_LIBRARY=$PREFIX/lib/ \
13271323
../
13281324
fi
13291325

0 commit comments

Comments
 (0)