Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'framework/no_FCINCLUDES_check' into release-v8.2.0 (PR #…
…1197) This merge removes FCINCLUDES from the set of build variables that are checked for build compatibility. With commit c740150, the FCINCLUDES variable is modified with core-specific options (for the atmosphere core specifically) and so including FCINCLUDES in the set of build options that are checked for compatibility in the top-level Makefile leads to a failed check, forcing a clean between the compilation of the atmosphere core and other cores. The FCINCLUDES variable contains very similar information to the CPPINCLUDES variable, which is included in compatibility checks, and in order to enable the atmosphere core to be compiled after compilation of another core, this merge removes FCINCLUDES from the variables that are checked for build compatibility. * framework/no_FCINCLUDES_check: Don't include FCINCLUDES in build options checked for build compatibility
- Loading branch information