mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 07:09:49 -06:00
The functions in FindGettext create a custom target. If the functions are called multiple times, multiple times the same target is created. This works only if CMP0002 is set to OLD. With this patch there is only one central target created, and each invocation of the function creates a target with a unique name and make the central target depend on this one. Alex
8.7 KiB
8.7 KiB