]> git.lyx.org Git - lyx.git/commitdiff
CMake external intl unconditionally.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 9 Jun 2008 12:10:15 +0000 (12:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 9 Jun 2008 12:10:15 +0000 (12:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25205 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index b2927ff45c2cc201b546c084f5b20f44e6041e82..f70a052546537ab35c362e33353c0c99a05d8075 100644 (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)