From b72048097c830f1a2813c29bf7f4f494d4d951a7 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Tue, 14 Aug 2018 22:17:40 -0400 Subject: [PATCH] Correct Build_settings.txt --- doc/src/Build_settings.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/Build_settings.txt b/doc/src/Build_settings.txt index 45a0827210..6c36420f77 100644 --- a/doc/src/Build_settings.txt +++ b/doc/src/Build_settings.txt @@ -212,11 +212,11 @@ following settings: [CMake variables]: --D LAMMPS_JPEG=value # yes or no +-D WITH_JPEG=value # yes or no # default = yes if CMake finds JPEG files, else no --D LAMMPS_PNG=value # yes or no +-D WITH_PNG=value # yes or no # default = yes if CMake finds PNG and ZLIB files, else no --D LAMMPS_FFMPEG=value # yes or no +-D WITH_FFMPEG=value # yes or no # default = yes if CMake can find ffmpeg, else no :pre Usually these settings are all that is needed. If CMake cannot find @@ -267,7 +267,7 @@ gzip compression by several LAMMPS commands, including [CMake variables]: --D LAMMPS_GZIP=value # yes or no +-D WITH_GZIP=value # yes or no # default is yes if CMake can find gzip, else no -D GZIP_EXECUTABLE=path # path to gzip executable if CMake cannot find it :pre