LLNL / serac

Serac is a high order nonlinear thermomechanical simulation code
BSD 3-Clause "New" or "Revised" License
178 stars 31 forks source link

Fix FindPETSc.cmake path to use cmake current list dir #1100

Closed chapman39 closed 4 months ago

chapman39 commented 4 months ago

I was using CMAKE_MODULE_PATH, which could contain multiple paths, instead of something like CMAKE_CURRENT_LIST_DIR.

Related to: https://github.com/LLNL/serac/pull/1087

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.97%. Comparing base (9d64c0d) to head (eb0e32f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1100 +/- ## ======================================== Coverage 86.97% 86.97% ======================================== Files 159 159 Lines 15465 15465 ======================================== Hits 13450 13450 Misses 2015 2015 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.