Merge pull request #946 from b-v/patch-1

Update README.md
This commit is contained in:
Steve Plimpton 2018-06-13 13:01:15 -06:00 committed by GitHub
commit fcf9ed0fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cmake /path/to/lammps/source/cmake
To enable package, e.g. GPU do
```
cmake /path/to/lammps/source/cmake -DENABLE_GPU=ON
cmake /path/to/lammps/source/cmake -DPKG_GPU=ON
```
cmake has many many options, do get an overview use the curses-based cmake interface, ccmake: