improve comments and formatting

This commit is contained in:
Axel Kohlmeyer 2019-04-08 06:40:39 -04:00
parent 6ee002d6cf
commit dc40886d23
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 4 deletions

View File

@ -200,7 +200,6 @@ endif()
include_directories(${LAMMPS_SOURCE_DIR})
if(PKG_USER-ADIOS)
# The search for ADIOS2 must come before MPI because
# it includes its own MPI search with the latest FindMPI.cmake
@ -436,7 +435,6 @@ else()
set(CUDA_REQUEST_PIC)
endif()
if(PKG_VORONOI)
option(DOWNLOAD_VORO "Download and compile the Voro++ library instead of using an already installed one" OFF)
if(DOWNLOAD_VORO)
@ -909,7 +907,6 @@ if(PKG_USER-H5MD)
include_directories(${HDF5_INCLUDE_DIRS})
endif()
######################################################################
# packages which selectively include variants based on enabled styles
# e.g. accelerator packages
@ -1365,6 +1362,7 @@ endif()
######################################################
# Generate style headers based on global list of
# styles registered during package selection
# Generate packages headers from all packages
######################################################
set(LAMMPS_STYLE_HEADERS_DIR ${CMAKE_CURRENT_BINARY_DIR}/styles)
@ -1448,7 +1446,6 @@ if(BUILD_EXE)
endif()
endif()
###############################################################################
# Build documentation
###############################################################################