Merge pull request #895 from junghans/cmake

cmake: remove obsolete BODY/POEMS conflict
This commit is contained in:
Steve Plimpton 2018-05-07 16:43:25 -06:00 committed by GitHub
commit 808eb2a25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

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
######################################################