mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-05 07:10:26 +00:00
FindGettext: fix overwriting result with empty variable (#13691)
Remove stray line left by commit 656ab19b (FindGettext: remove code
duplicating FPHSA checks, 2012-09-08).
This commit is contained in:
committed by
Brad King
parent
a7742140ad
commit
a7be253418
@@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
|
|||||||
add_dependencies(pofiles ${uniqueTargetName})
|
add_dependencies(pofiles ${uniqueTargetName})
|
||||||
|
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
set(GETTEXT_FOUND ${Gettext_FOUND})
|
|
||||||
|
|||||||
Reference in New Issue
Block a user