Skip to content
Snippets Groups Projects
Commit 96535228 authored by Giuseppe Bilotta's avatar Giuseppe Bilotta
Browse files

Declare USE_GETTEXT option

parent bf3dfec7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ if(RUN_IN_PLACE)
add_definitions ( -DRUN_IN_PLACE )
endif(RUN_IN_PLACE)
OPTION(USE_GETTEXT "Use GetText for internationalization" OFF)
if(USE_GETTEXT)
find_package(GettextLib REQUIRED)
message(STATUS "gettext include path: ${GETTEXT_INCLUDE_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment