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:
Abdelrazak Younes 2008-06-09 12:10:15 +00:00
parent b37f9a379e
commit 4241db7c0d

View File

@ -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)