diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 60a0f5d48fb7ea425858504105e1cce5f9c3e244..44f871bfe3bbd1b5a28adef03fcba123f3f563fc 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
 #