From c8b9a727e42460124cac2aeb5717c236367db16d Mon Sep 17 00:00:00 2001 From: Richard Berger <richard.berger@temple.edu> Date: Fri, 27 Jul 2018 00:35:08 -0400 Subject: [PATCH] Add potential files to CMake install target --- cmake/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 60a0f5d48f..44f871bfe3 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -900,6 +900,11 @@ if(BUILD_EXE) endif() endif() +############################################################################### +# Install potential files in data directory +############################################################################### +install(DIRECTORY ${LAMMPS_SOURCE_DIR}/../potentials DESTINATION ${CMAKE_INSTALL_DATADIR}/lammps) + ############################################################################### # Testing # -- GitLab