summaryrefslogtreecommitdiffstats
path: root/Modules/FindGettext.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-11-25 14:15:34 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-26 13:57:13 (GMT)
commita7be25341836e928f471f5fd79a1c3473e491eb6 (patch)
tree477868261f04f1bae7b08b3d0819464688ddf670 /Modules/FindGettext.cmake
parenta7742140ad1a88e354037ea391c0e773f147ebd2 (diff)
downloadCMake-a7be25341836e928f471f5fd79a1c3473e491eb6.zip
CMake-a7be25341836e928f471f5fd79a1c3473e491eb6.tar.gz
CMake-a7be25341836e928f471f5fd79a1c3473e491eb6.tar.bz2
FindGettext: fix overwriting result with empty variable (#13691)
Remove stray line left by commit 656ab19b (FindGettext: remove code duplicating FPHSA checks, 2012-09-08).
Diffstat (limited to 'Modules/FindGettext.cmake')
-rw-r--r--Modules/FindGettext.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake
index f1c78ae..1a6bd39 100644
--- a/Modules/FindGettext.cmake
+++ b/Modules/FindGettext.cmake
@@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
add_dependencies(pofiles ${uniqueTargetName})
endfunction()
-
-set(GETTEXT_FOUND ${Gettext_FOUND})