summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-02-05 18:35:20 -0500
committerAdam <Adam@anope.org>2011-02-05 18:35:20 -0500
commita55b3742cb36731ddea5eb2de32ebce0cd6f9002 (patch)
tree2cc2ff0ef38629e1cf88a1c216df37710dd28c0d /cmake
parent83556667fd7c9e780e2a67de68d3e2bda74a60ef (diff)
Removed the LIBINTL include hack
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindGettext.cmake2
1 files changed, 1 insertions, 1 deletions
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)