Merge topic 'gettext-no-duplicate-FPHSA'

656ab19 FindGettext: remove code duplicating FPHSA checks
This commit is contained in:
Brad King 2012-09-11 15:01:33 -04:00 committed by CMake Topic Stage
commit 80e7d90a1e
1 changed files with 1 additions and 8 deletions

View File

@ -210,11 +210,4 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
endfunction()
if (GETTEXT_MSGMERGE_EXECUTABLE AND GETTEXT_MSGFMT_EXECUTABLE )
set(GETTEXT_FOUND TRUE)
else ()
set(GETTEXT_FOUND FALSE)
if (GetText_REQUIRED)
message(FATAL_ERROR "GetText not found")
endif ()
endif ()
set(GETTEXT_FOUND ${Gettext_FOUND})