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

CMakefile should use xsltproc discovered by find_program() #1065

Open
earlchew opened this issue Jan 11, 2023 · 0 comments · May be fixed by #1066 or #1044
Open

CMakefile should use xsltproc discovered by find_program() #1065

earlchew opened this issue Jan 11, 2023 · 0 comments · May be fixed by #1066 or #1044

Comments

@earlchew
Copy link

Although find_program() is used to find xsltproc, the build does not use the discovered executable and assumes that xsltproc can be reach via the PATH environment variable:

COMMAND xsltproc ARGS ${TIDY1XSL} ...
earlchew added a commit to earlchew/tidy-html5 that referenced this issue Jan 11, 2023
Do not assume xsltproc is in PATH, and use the executable
discovered by find_program().

Fixes htacg#1065
@earlchew earlchew linked a pull request Jan 11, 2023 that will close this issue
@dg0yt dg0yt linked a pull request Oct 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant