Skip to content

Use the found xsltproc executable - #1044

Open
dg0yt wants to merge 1 commit into
htacg:nextfrom
dg0yt:xsltproc
Open

Use the found xsltproc executable#1044
dg0yt wants to merge 1 commit into
htacg:nextfrom
dg0yt:xsltproc

Conversation

@dg0yt

@dg0yt dg0yt commented Jul 1, 2022

Copy link
Copy Markdown

Noticed while updating the vcpkg port: <program>_FOUND doesn't mean it is found via the usual PATH environment variable. find_program searches more than ENV{PATH}, and it also considers the input (cache) variable. So the variable must actually be used.

The variable name is changed to match CMake's FindLibXslt.cmake module. But actually using that module is probably too much if only the program is needed.

Fixes #1065.

@dg0yt dg0yt mentioned this pull request Oct 16, 2024
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 this pull request may close these issues.

CMakefile should use xsltproc discovered by find_program()

1 participant