disable png/jpeg for now

This commit is contained in:
Axel Kohlmeyer
2022-11-27 23:37:43 -05:00
parent 37c7d7e325
commit 72d28297be

View File

@ -36,7 +36,9 @@ jobs:
nuget install MSMPIsdk
nuget install MSMPIDIST
cmake -C cmake/presets/windows.cmake \
-D PKG_PYTHON=off \
-D PKG_PYTHON=on \
-D WITH_PNG=off \
-D WITH_JPEG=off \
-S cmake -B build \
-D BUILD_SHARED_LIBS=on \
-D LAMMPS_EXCEPTIONS=on \