aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/configure.cmake
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-12-27 22:16:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-12-27 22:16:51 +0200
commit6b0eb4454164b49dcc1f5c50696e73526da33aba (patch)
tree6b57996e7b73dc83f40ff27ba9eac48bf81af08c /cmake/configure.cmake
parentb98e22acc203ec6a96777897adf434e7e278ab6d (diff)
downloadegawk-6b0eb4454164b49dcc1f5c50696e73526da33aba.tar.gz
egawk-6b0eb4454164b49dcc1f5c50696e73526da33aba.tar.bz2
egawk-6b0eb4454164b49dcc1f5c50696e73526da33aba.zip
CMake updates in 'cmake' directory.
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)