summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-27 18:33:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-11-27 18:33:56 (GMT)
commit7e5f1e2cbd77777469502087302d1bc7fafd9fa6 (patch)
tree2d1f067eb633ffa37120203bb1d4f3d99f62005c
parent075e0daabc4068f0a67c073dfceaf2796ba0ae15 (diff)
parenta7be25341836e928f471f5fd79a1c3473e491eb6 (diff)
downloadCMake-7e5f1e2cbd77777469502087302d1bc7fafd9fa6.zip
CMake-7e5f1e2cbd77777469502087302d1bc7fafd9fa6.tar.gz
CMake-7e5f1e2cbd77777469502087302d1bc7fafd9fa6.tar.bz2
Merge topic 'fix-FindGettext-result'
a7be253 FindGettext: fix overwriting result with empty variable (#13691)
-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})