rename "minimal" preset to "basic"
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user