Unverified Commit 729eabd7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

make QUIP_LIBRARY setting consistent and backport change to .rst file only

parent efcf919e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1258,7 +1258,7 @@ lib/quip/README file for details on how to do this.

CMake will not download and build the QUIP library.  But once you have
done that, a CMake build of LAMMPS with "-D PKG\_USER-QUIP=yes" should
work.  Set QUIP\_LIBRARIES if CMake cannot find the QUIP library.
work.  Set QUIP\_LIBRARY if CMake cannot find the QUIP library.

**Traditional make**\ :

+2 −2
Original line number Diff line number Diff line
@@ -1034,11 +1034,11 @@ lib/quip/README file for details on how to do this.

[CMake build]:

-D QUIP_LIBRARIES=path     # path to libquip.a (only needed if a custom location) :pre
-D QUIP_LIBRARY=path     # path to libquip.a (only needed if a custom location) :pre

CMake will not download and build the QUIP library.  But once you have
done that, a CMake build of LAMMPS with "-D PKG_USER-QUIP=yes" should
work.  Set QUIP_LIBRARIES if CMake cannot find the QUIP library.
work.  Set QUIP_LIBRARY if CMake cannot find the QUIP library.

[Traditional make]: