Disable gettext for now
This commit is contained in:
parent
627574492e
commit
50370b8c35
1 changed files with 4 additions and 4 deletions
|
|
@ -58,11 +58,11 @@ include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
|
||||||
|
|
||||||
find_package(Gettext) # Used for running tests
|
find_package(Gettext) # Used for running tests
|
||||||
|
|
||||||
if(GETTEXT_FOUND)
|
#if(GETTEXT_FOUND)
|
||||||
set(HAVE_GETTEXT 1)
|
# set(HAVE_GETTEXT 1)
|
||||||
else()
|
#else()
|
||||||
set(HAVE_GETTEXT 0)
|
set(HAVE_GETTEXT 0)
|
||||||
endif()
|
#endif()
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue