forked from lijiext/lammps
small tweaks
This commit is contained in:
parent
49afab09a5
commit
60a296fea8
|
@ -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})
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue