small tweaks
This commit is contained in:
@ -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})
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user