mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
CMake external intl unconditionally.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25205 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b37f9a379e
commit
4241db7c0d
@ -136,9 +136,7 @@ else()
|
||||
endif()
|
||||
set(aspell)
|
||||
|
||||
if(WIN32 OR APPLE)
|
||||
set(use_external_libintl TRUE)
|
||||
endif()
|
||||
set(use_external_libintl TRUE)
|
||||
|
||||
if(use_external_libintl)
|
||||
find_package(Libintl REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user