diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/FindGettext.cmake | 2 |
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) |
