Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Use the builtin FindLATEX module to search for latex #8510

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Jun 2, 2024

Description of proposed changes

Use find_package (LATEX COMPONENTS DVIPS) instead of

find_program (LATEX latex)
find_program (DVIPS dvips)

xref: https://cmake.org/cmake/help/latest/module/FindLATEX.html

@seisman seisman added the maintenance Boring but important stuff for the core devs label Jun 2, 2024
@seisman seisman added this to the 6.6.0 milestone Jun 2, 2024
@seisman seisman merged commit 9b1914a into master Jun 2, 2024
14 of 17 checks passed
@seisman seisman deleted the cmake-latex branch June 2, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants