Add CMake issue number to Fortran Test Suite warning.- Add CMake issue number in CMake Fortran module.
- Add ninja_required helper function.
- Add ninja_required to SPEC2017 CPU ROMS floating point tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
Event Timeline
CMakeLists.txt | ||
---|---|---|
10–11 | Your suggestion is to just get rid of the warning in the top-level CMakeLists.txt completely, since its redundant with ninja_required()? Can you confirm? |
CMakeLists.txt | ||
---|---|---|
10–11 | Correct |
Comment Actions
- Get rid of redudant warning in top-level CMakeLists when Ninja is not used.
- Improve line wrapping.
Assuming that we add ninja_required() to every test that needs it, this warning is unnecessary.
If such a test is included in TEST_SUITE_SUBDRS: Get warning and error
Otherwise: Warning does not apply