Closed johnbent closed 1 year ago
Sorry, one sec. This somehow contains a bunch of changes I do not want to include in this PR. Please don't review it yet. Let me try to clean it up. Sorry about that!
Sorry, one sec. This somehow contains a bunch of changes I do not want to include in this PR. Please don't review it yet. Let me try to clean it up. Sorry about that!
Cleaned it up. Ready for review!
All modified lines are covered by tests :white_check_mark:
Comparison is base (
e76c362
) 91.34% compared to head (3d9b3b7
) 91.33%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I was passing -DLATEX_BUILD=On but it was silently failing to make the pdfs because pdflatex wasn't installed. So this kills the cmake if the user passed -DLATEX_BUILD=On and doesnt have pdflatex installed.