aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/configure.cmake')
-rw-r--r--cmake/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/configure.cmake b/cmake/configure.cmake
index 9a9e1280..6e18c7c9 100644
--- a/cmake/configure.cmake
+++ b/cmake/configure.cmake
@@ -169,7 +169,7 @@ DefineTypeIfAvailable("_Bool" HAVE__BOOL)
if (${HAVE_GETTEXT} AND ${HAVE_DCGETTEXT} AND ${HAVE_LANGINFO_CODESET} AND ${HAVE_LC_MESSAGES})
add_definitions(-D LOCALEDIR=\\"/usr/share/locale\\")
add_definitions(-D ENABLE_NLS)
- #ADD_SUBDIRECTORY( ${CMAKE_SOURCE_DIR}/po )
+ ADD_SUBDIRECTORY( ${CMAKE_SOURCE_DIR}/po )
endif()
DefineHFileIfAvailable(stdbool.h HAVE_STDBOOL_H)
DefineHFileIfAvailable(sys/wait.h HAVE_SYS_WAIT_H)