Enable Fortran testsuite/language when TEST_SUITE_SUBDIRS=Fortran is passed
Details
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 201965 Build 306956: arc lint + arc unit
Event Timeline
CMakeLists.txt | ||
---|---|---|
8–13 | We still need to enable fortran on the path where the user didn't pass the directory but did toggle the option flag, so I think we should keep that block around in it's current form. A second minor nit, the pattern we usually use for this in the LLVM CMake is slightly different, we usually just set a var to contain the desired default. |
CMakeLists.txt | ||
---|---|---|
10 | The docs say this should be the default CMake behaviour: https://cmake.org/cmake/help/latest/envvar/FC.html |
The docs say this should be the default CMake behaviour: https://cmake.org/cmake/help/latest/envvar/FC.html
so I'm not sure we need to handle this explicitly?