From 60a296fea845d4a90510c66a8456ffc7b50761c2 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 12 Oct 2020 23:51:00 -0400 Subject: [PATCH] small tweaks --- cmake/CMakeLists.txt | 2 +- doc/src/Build.rst | 2 +- doc/src/Build_cmake.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 5c6325befe..88bc1f8e72 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -707,7 +707,7 @@ message(STATUS "<<< Build configuration >>> ############################################################################### # Print package summary ############################################################################### -set(ENABLED_PACKAGES "") +set(ENABLED_PACKAGES) foreach(PKG ${STANDARD_PACKAGES} ${SUFFIX_PACKAGES}) if(PKG_${PKG}) list(APPEND ENABLED_PACKAGES ${PKG}) diff --git a/doc/src/Build.rst b/doc/src/Build.rst index 296793da79..6dee21206b 100644 --- a/doc/src/Build.rst +++ b/doc/src/Build.rst @@ -1,5 +1,5 @@ Build LAMMPS -************ +============ LAMMPS is built as a library and an executable from source code using either traditional makefiles for use with GNU make (which may require diff --git a/doc/src/Build_cmake.rst b/doc/src/Build_cmake.rst index 52a240176f..73268af0ce 100644 --- a/doc/src/Build_cmake.rst +++ b/doc/src/Build_cmake.rst @@ -1,5 +1,5 @@ Build LAMMPS with CMake -======================= +----------------------- This page describes how to use `CMake `_ in general to build LAMMPS. Details for specific compile time settings and options