Skip to content

Conversation

dg0yt
Copy link

@dg0yt dg0yt commented Jul 1, 2022

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