Author: ivanovic
Date: Mon Jul 14 21:26:59 2008
New Revision: 28032

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28032&view=rev
Log:
set gettext to "required" since it really is...

Modified:
    trunk/CMakeLists.txt

Modified: trunk/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/CMakeLists.txt?rev=28032&r1=28031&r2=28032&view=diff
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Mon Jul 14 21:26:59 2008
@@ -28,7 +28,9 @@
 find_package( SDL 1.2.7 REQUIRED )
 find_package( Boost 1.33 REQUIRED COMPONENTS iostreams regex )
 find_package( PkgConfig REQUIRED )
-find_package( Gettext )
+# yes, gettext is *required* even when NLS is deactivated (this is to compile
+# src/gettext.cpp since it includes libintl.h)
+find_package( Gettext REQUIRED )
 find_package( FriBiDi )
 find_package( PythonInterp 2.4 )
 find_package( PythonCustom )


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to