rename "minimal" preset to "basic"

This commit is contained in:
Axel Kohlmeyer
2021-06-30 20:39:17 -04:00
parent e4bb7da69f
commit 88c8d1a3c6
10 changed files with 29 additions and 29 deletions

View File

@ -51,7 +51,7 @@ which has both LAMMPS and its Python package installed:
6. Configure LAMMPS compilation (CMake)
```shell
(myenv)$ cmake -C ../cmake/presets/minimal.cmake \
(myenv)$ cmake -C ../cmake/presets/basic.cmake \
-D BUILD_SHARED_LIBS=on \
-D LAMMPS_EXCEPTIONS=on -D PKG_PYTHON=on \
-D CMAKE_INSTALL_PREFIX=$VIRTUAL_ENV \