From 7ec1dccbe0d9a5f3b6339d1d8c08c34471a6e123 Mon Sep 17 00:00:00 2001 From: marian-code Date: Tue, 5 Nov 2019 14:57:44 +0100 Subject: [PATCH] wrong cmake option for QUIP QUIP cmake option for specifying library path should be QUIP_LIBRARY not QUIP_LIBRARIES --- doc/rst/Build_extras.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/Build_extras.rst b/doc/rst/Build_extras.rst index 1b5fa1672f..49e3d5c801 100644 --- a/doc/rst/Build_extras.rst +++ b/doc/rst/Build_extras.rst @@ -1254,7 +1254,7 @@ lib/quip/README file for details on how to do this. .. parsed-literal:: - -D QUIP_LIBRARIES=path # path to libquip.a (only needed if a custom location) + -D QUIP_LIBRARY=path # path to libquip.a (only needed if a custom location) 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