From a55b3742cb36731ddea5eb2de32ebce0cd6f9002 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 5 Feb 2011 18:35:20 -0500 Subject: Removed the LIBINTL include hack --- cmake/FindGettext.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake index 78be1c634..cdae5bfb3 100644 --- a/cmake/FindGettext.cmake +++ b/cmake/FindGettext.cmake @@ -20,7 +20,7 @@ endif(NOT WIN32) # If we found everything we need set variables correctly for lang/CMakeLists.txt to use if(GETTEXT_FOUND) - set(LIBINTL_INCLUDE "${GETTEXT_INCLUDE}/libintl.h") + include_directories("${GETTEXT_INCLUDE}") set(GETTEXT_MSGFMT_EXECUTABLE ${GETTEXT_MSGFMT}) if(WIN32) -- cgit