|
if(PCMS_ENABLE_PETSC AND PCMS_ENABLE_MESHFIELDS) |
Like this, there are many places in both cmake and c++ codebase where these two are used to determine if pcms::transfer is being enabled or not. Having a specific flag combining these two would be helpful.
pcms/src/pcms/transfer/CMakeLists.txt
Line 23 in 7b5ff9f
Like this, there are many places in both cmake and c++ codebase where these two are used to determine if
pcms::transferis being enabled or not. Having a specific flag combining these two would be helpful.