Skip to content

Commit a9141e6

Browse files
committed
Undo changes in MinGW build scripts
1 parent f601e00 commit a9141e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/builds/cmake_mpi_openmp_smallbig_shared_win64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ ${CMAKE_COMMAND} -C ${LAMMPS_DIR}/cmake/presets/mingw-cross.cmake \
4747
${LAMMPS_DIR}/cmake || exit 1
4848

4949
# Build
50-
${CMAKE_COMMAND} --build . -- -j ${LAMMPS_COMPILE_NPROC} || exit 1
50+
cmake --build . -- -j ${LAMMPS_COMPILE_NPROC} || exit 1
5151

5252
ccache -s

scripts/builds/cmake_serial_smallsmall_static_win32.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ ${CMAKE_COMMAND} -C ${LAMMPS_DIR}/cmake/presets/mingw-cross.cmake \
4747
${LAMMPS_DIR}/cmake || exit 1
4848

4949
# Build
50-
${CMAKE_COMMAND} --build . -- -j ${LAMMPS_COMPILE_NPROC} || exit 1
50+
cmake --build . -- -j ${LAMMPS_COMPILE_NPROC} || exit 1
5151

5252
ccache -s

0 commit comments

Comments
 (0)