whitespace

This commit is contained in:
Axel Kohlmeyer
2022-05-22 18:15:10 -04:00
parent 0069c4b562
commit 9f7833668a
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ if(PkgConfig_FOUND)
target_compile_definitions(lammps PRIVATE -DLAMMPS_ZSTD)
target_link_libraries(lammps PRIVATE PkgConfig::Zstd)
endif()
endif()
endif()

View File

@ -319,7 +319,7 @@ requires the following settings:
Otherwise, CMake will attempt to download, build, and link with
jpeg, png, and zlib libraries statically from source code.
.. tab:: Traditional make
.. code-block:: make