This remove the CMake configuration of several larger packages and places it into their own files in the Modules/Packages folder. - COMPRESS - KIM - LATTE - MESSAGE - MSCG - USER-MOLFILE - USER-NETCDF - USER-PLUMED - USER-QMMM - USER-QUIP - USER-SCAFACOS - USER-SMD - USER-VTK
6 lines
149 B
CMake
6 lines
149 B
CMake
if(PKG_COMPRESS)
|
|
find_package(ZLIB REQUIRED)
|
|
include_directories(${ZLIB_INCLUDE_DIRS})
|
|
list(APPEND LAMMPS_LINK_LIBS ${ZLIB_LIBRARIES})
|
|
endif()
|