File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1335,8 +1335,6 @@ jobs:
1335
1335
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
1336
1336
-DCMAKE_INSTALL_PREFIX=$PREFIX \
1337
1337
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1338
- -DZLIB_INCLUDE_DIR=$PREFIX/include \
1339
- -DZLIB_LIBRARY=$PREFIX/lib/ \
1340
1338
../
1341
1339
else
1342
1340
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -1349,8 +1347,6 @@ jobs:
1349
1347
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
1350
1348
-DCMAKE_INSTALL_PREFIX=$PREFIX \
1351
1349
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1352
- -DZLIB_INCLUDE_DIR=$PREFIX/include \
1353
- -DZLIB_LIBRARY=$PREFIX/lib/ \
1354
1350
../
1355
1351
fi
1356
1352
Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ jobs:
129
129
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
130
130
-DCMAKE_INSTALL_PREFIX=$PREFIX \
131
131
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
132
- -DZLIB_INCLUDE_DIR=$PREFIX/include \
133
- -DZLIB_LIBRARY=$PREFIX/lib/ \
134
132
../
135
133
else
136
134
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -143,8 +141,6 @@ jobs:
143
141
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
144
142
-DCMAKE_INSTALL_PREFIX=$PREFIX \
145
143
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
146
- -DZLIB_INCLUDE_DIR=$PREFIX/include \
147
- -DZLIB_LIBRARY=$PREFIX/lib/ \
148
144
../
149
145
fi
150
146
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: CppInterOp-wasm
2
2
channels :
3
3
- https://repo.mamba.pm/emscripten-forge
4
4
dependencies :
5
- - zlib
6
5
- nlohmann_json
7
6
- xeus-lite
8
7
- xeus
You can’t perform that action at this time.
0 commit comments