mirror of https://github.com/lammps/lammps.git
must add USER-SCAFACOS to nolib.cmake preset, as it requires GSL
This commit is contained in:
parent
778537e734
commit
b1070f4703
|
@ -4,7 +4,7 @@
|
|||
set(PACKAGES_WITH_LIB COMPRESS GPU KIM KOKKOS LATTE MPIIO MSCG PYTHON
|
||||
VORONOI USER-ADIOS USER-ATC USER-AWPMD USER-H5MD USER-LB
|
||||
USER-MOLFILE USER-NETCDF USER-PLUMED USER-QMMM USER-QUIP
|
||||
USER-SMD USER-VTK)
|
||||
USER-SCAFACOS USER-SMD USER-VTK)
|
||||
|
||||
foreach(PKG ${PACKAGES_WITH_LIB})
|
||||
set(PKG_${PKG} OFF CACHE BOOL "" FORCE)
|
||||
|
|
Loading…
Reference in New Issue