mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
external libintl: fix nls compiler error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07502281bc
commit
5844446857
@ -134,6 +134,7 @@ endif()
|
|||||||
|
|
||||||
if(use_external_libintl)
|
if(use_external_libintl)
|
||||||
find_package(Libintl REQUIRED)
|
find_package(Libintl REQUIRED)
|
||||||
|
add_definitions(-DHAVE_GETTEXT)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message("")
|
message("")
|
||||||
|
Loading…
Reference in New Issue
Block a user