cmake: remove obsolete BODY/POEMS conflict

This commit is contained in:
Christoph Junghans
2018-05-07 16:03:23 -06:00
parent bfdfd36c1c
commit 761b15b8f4

View File

@ -128,10 +128,6 @@ pkg_depends(USER-LB MPI)
pkg_depends(USER-MISC MANYBODY)
pkg_depends(USER-PHONON KSPACE)
if(ENABLE_BODY AND ENABLE_POEMS)
message(FATAL_ERROR "BODY and POEMS cannot be enabled at the same time")
endif()
######################################################
# packages with special compiler needs or external libs
######################################################