Merge topic 'fix-FindGettext-result'

a7be253 FindGettext: fix overwriting result with empty variable (#13691)
This commit is contained in:
Brad King 2012-11-27 13:33:56 -05:00 committed by CMake Topic Stage
commit 7e5f1e2cbd
1 changed files with 0 additions and 2 deletions

View File

@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
add_dependencies(pofiles ${uniqueTargetName})
endfunction()
set(GETTEXT_FOUND ${Gettext_FOUND})