From: Abdelrazak Younes Date: Mon, 9 Jun 2008 12:10:15 +0000 (+0000) Subject: CMake external intl unconditionally. X-Git-Tag: 1.6.10~4440 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4241db7c0dd6708dad9be1ee658efa3f0171d4a9;p=features.git CMake external intl unconditionally. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25205 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index b2927ff45c..f70a052546 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -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)