Skip to content

FindGperf: support version check

The version output of gperf has not changed since the initial commit 21 years ago, so for now the regexp should have hopes to ba valid some more time... :)

fprintf (stdout, "GNU gperf %s\n", version_string);

Code done matching the logic found in CMake find modules.

Vesion check needed for dealing with behaviour changes WRT generated code, see also kcodecs!6 (merged)

@cgiboudeaux

Merge request reports