Goddard-Fortran-Ecosystem / pFUnit

Parallel Fortran Unit Testing Framework
Other
171 stars 45 forks source link

fix: Fixed for use with FetchContent. #395

Closed Leonard-Reuter closed 1 year ago

Leonard-Reuter commented 1 year ago

Adapted main CMakeLists.txt to match cmake/PFUNITConfig.cmake.in. Otherwise, PFUNIT_SERIAL_LIBRARIES is not set, when used with FetchContent and the driver files cannot access funit.mod.

mathomp4 commented 1 year ago

@Leonard-Reuter We just applied a CI fix to main on our repo. Can you sync up your fork and update your branch to get that fix on your branch? That should help things get working CI-wise.

Note also that we will be adding a "changelog enforcer" soon (see #401), so please add to the Changelog.md a description of your change/fix following the format you see in there.