small tweaks

This commit is contained in:
Axel Kohlmeyer
2020-10-12 23:51:00 -04:00
parent 49afab09a5
commit 60a296fea8
3 changed files with 3 additions and 3 deletions

View File

@ -707,7 +707,7 @@ message(STATUS "<<< Build configuration >>>
############################################################################### ###############################################################################
# Print package summary # Print package summary
############################################################################### ###############################################################################
set(ENABLED_PACKAGES "") set(ENABLED_PACKAGES)
foreach(PKG ${STANDARD_PACKAGES} ${SUFFIX_PACKAGES}) foreach(PKG ${STANDARD_PACKAGES} ${SUFFIX_PACKAGES})
if(PKG_${PKG}) if(PKG_${PKG})
list(APPEND ENABLED_PACKAGES ${PKG}) list(APPEND ENABLED_PACKAGES ${PKG})

View File

@ -1,5 +1,5 @@
Build LAMMPS Build LAMMPS
************ ============
LAMMPS is built as a library and an executable from source code using LAMMPS is built as a library and an executable from source code using
either traditional makefiles for use with GNU make (which may require either traditional makefiles for use with GNU make (which may require

View File

@ -1,5 +1,5 @@
Build LAMMPS with CMake Build LAMMPS with CMake
======================= -----------------------
This page describes how to use `CMake <https://cmake.org>`_ in general This page describes how to use `CMake <https://cmake.org>`_ in general
to build LAMMPS. Details for specific compile time settings and options to build LAMMPS. Details for specific compile time settings and options