From c9a3894d12d13134fc08006d7a9f4e0e75ebbfa0 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 28 Dec 2022 17:11:18 -0500 Subject: [PATCH] grammar --- cmake/Modules/LAMMPSUtils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/LAMMPSUtils.cmake b/cmake/Modules/LAMMPSUtils.cmake index 561f2168e2..65d4d3c80c 100644 --- a/cmake/Modules/LAMMPSUtils.cmake +++ b/cmake/Modules/LAMMPSUtils.cmake @@ -100,7 +100,7 @@ endfunction() macro(pkg_depends PKG1 PKG2) if(PKG_${PKG1} AND NOT (PKG_${PKG2} OR BUILD_${PKG2})) - message(FATAL_ERROR "The ${PKG1} package needs LAMMPS to be build with the ${PKG2} package") + message(FATAL_ERROR "The ${PKG1} package needs LAMMPS to be built with the ${PKG2} package") endif() endmacro()