|
From: Tapio V. <aa...@us...> - 2009-12-11 12:45:30
|
Module: performous Branch: dance Commit: 4908a0441bcf3092d565243070bfadf0d3a09b09 Author: Tapio Vierros <tap...@gm...> Date: Sun Dec 6 22:50:07 2009 +0200 Fixed cmake gettext finding on linux. --- cmake/Modules/FindGettext.cmake | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmake/Modules/FindGettext.cmake b/cmake/Modules/FindGettext.cmake index 63c92f0..f1b0f5d 100644 --- a/cmake/Modules/FindGettext.cmake +++ b/cmake/Modules/FindGettext.cmake @@ -24,4 +24,4 @@ find_library(Gettext_LIBRARY set(Gettext_PROCESS_INCLUDES Gettext_INCLUDE_DIR) set(Gettext_PROCESS_LIBS Gettext_LIBRARY) -libfind_process(Gettext) \ No newline at end of file +libfind_process(gettext) |