CMake is not just for C/C++, it can be used also for Fortran projects. In this example we will build a C++/Fortran project. We will also get acquainted with CTest, the testing framework that is part of the CMake suite. The exercise is based on this CodeRefinery lesson.
Fork this project and clone it.
Switch to the catch2
branch.