cmake: error for POEMS + BODY package
This commit is contained in:
@ -102,6 +102,10 @@ pkg_depends(USER-LB MPI)
|
|||||||
pkg_depends(USER-MISC MANYBODY)
|
pkg_depends(USER-MISC MANYBODY)
|
||||||
pkg_depends(USER-PHONON KSPACE)
|
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
|
# packages with special compiler needs or external libs
|
||||||
######################################################
|
######################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user