Skip to content
Snippets Groups Projects
Commit a0d6ec07 authored by Florian Fischer's avatar Florian Fischer
Browse files

[meson] fix version header custom target for meson >= 0.57

Apparently custom_target no longer supports the @CURRENT_SOURCE_DIR@
and @SOURCE_DIR@ substitutions.
We now locate the script using find_program().
Since meson.project_source_dir() is not available in older meson version
there is a version check.
parent 43fb4c70
No related branches found
No related tags found
1 merge request!5[meson] fix version header custom target for meson >= 0.57
Pipeline #58340 passed