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