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
7 lines
172 B
CMake
7 lines
172 B
CMake
if(PKG_USER-VTK)
|
|
find_package(VTK REQUIRED NO_MODULE)
|
|
include(${VTK_USE_FILE})
|
|
add_definitions(-DLAMMPS_VTK)
|
|
list(APPEND LAMMPS_LINK_LIBS ${VTK_LIBRARIES})
|
|
endif()
|