Commit c07adac2 authored by Christoph Junghans's avatar Christoph Junghans
Browse files

add support for LAMMPS_GZIP

parent e4e12521
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@ if(PNG_FOUND AND ZLIB_FOUND)
  add_definitions(-DLAMMPS_PNG)
endif()

find_program(GZIP gzip)
if(GZIP)
  add_definitions(-DLAMMPS_GZIP)
endif()

########################################################################
# Basic system tests (standard libraries, headers, functions, types)   #
########################################################################