From 5663a9c38b70809cee01e018cac4bdcc8499a890 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 24 Mar 2022 17:07:45 -0400 Subject: [PATCH] print current LAMMPS version number in configuration summary --- cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 0b270cc68f..bb77b8535c 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -810,6 +810,7 @@ endif() include(FeatureSummary) feature_summary(DESCRIPTION "The following tools and libraries have been found and configured:" WHAT PACKAGES_FOUND) message(STATUS "<<< Build configuration >>> + LAMMPS Version: ${PROJECT_VERSION} Operating System: ${CMAKE_SYSTEM_NAME} ${CMAKE_LINUX_DISTRO} ${CMAKE_DISTRO_VERSION} Build type: ${LAMMPS_BUILD_TYPE} Install path: ${CMAKE_INSTALL_PREFIX}