small tweaks

This commit is contained in:
Axel Kohlmeyer 2020-10-12 23:51:00 -04:00
parent 49afab09a5
commit 60a296fea8
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
3 changed files with 3 additions and 3 deletions

View File

@ -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})

View File

@ -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

View File

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