From dc40886d23ff7b3abe3ac1ed73f1805d660e9ef5 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 8 Apr 2019 06:40:39 -0400 Subject: [PATCH] improve comments and formatting --- cmake/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index b2a99a2306..57978bb020 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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 ###############################################################################