Abdelrazak Younes wrote:

how? by removing "add_subdirectory(intl)" in CMakeLists.txt?


If its OK to use the external libintl by default,
please check in attached patch.

Peter
Index: development/cmake/CMakeLists.txt
===================================================================
--- development/cmake/CMakeLists.txt    (revision 24926)
+++ development/cmake/CMakeLists.txt    (working copy)
@@ -136,7 +136,7 @@
 endif()
 set(aspell)
 
-if(WIN32)
+if(WIN32 OR APPLE)
        set(use_external_libintl TRUE)
 endif()
 

Reply via email to