Skip to content

FindGettext: fix support for MS Windows gettext binaries

slodki requested to merge slodki/cmake:gettext-windows into master

Sometimes it uses filename with .exe extension so try to match filename with and without extension.

Tested and working on Linux and Windows.

Merge request reports