Commit 52748f57 authored by Anne Gunn's avatar Anne Gunn
Browse files

Delete extraneous, unused file/folder that should never have gotten

into the repo.
parent 9ef725ea
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
# preset that turns on just a few, frequently used packages
# this will be compiled quickly and handle a lot of common inputs.

set(ALL_PACKAGES KSPACE MANYBODY MOLECULE RIGID USER-BOCS)

foreach(PKG ${ALL_PACKAGES})
  set(PKG_${PKG} ON CACHE BOOL "" FORCE)
endforeach()