-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Description
It seems that there are three CMakeListst.txt files that check compiler version etc. to set opencoarrays_aware_compiler
. The top level CMakeLists.txt does this, then it happens again in the src/mpi/CMakeLists.txt
and /src/tests/unit/extensions/CMakeLists.txt
. Is there a reason this value can't simply be inherited from the top level CMakeLists.txt? This will ease the burden of maintaining which upstream software is compatible with which feature...