Mark de Wever
a77afead34
Removing the custom FindImageMagick.cmake.
...
Stikonas pointed out this script is also shipped with cmake so use
their version.
2009-03-21 21:07:56 +00:00
Mark de Wever
81a54f4199
Remove the Python support files.
2009-03-21 10:00:04 +00:00
Mark de Wever
9489190985
Fix the gettext detection.
...
Moved the custom version to a temporary version and fall back to the version
shipped with cmake. This probably breaks the pot-update target which will be
fixed later.
2009-03-20 23:42:46 +00:00
Mark de Wever
14b5789c47
Remove the custom boost script.
...
It's now shipped with cmake so use that version.
2009-03-20 20:19:20 +00:00
Nils Kneuper
b138311480
(most likely) fix detecting fribidi as found...
...
...though the wrong version is found when using cmake, now, as in
autotools and scons build, only "version 1" is accepted
2009-03-03 00:04:00 +00:00
Nils Kneuper
9e19ed9e90
make sure more recent versions of boost are found, too
2008-11-22 17:08:56 +00:00
Nils Kneuper
32e6eff8d2
fixed mistake found by chrber
2008-11-15 13:13:13 +00:00
Nils Kneuper
568ff50a86
revert back to old FindBoost.cmake version...
...
...but add detection for more recent boost versions
2008-07-14 20:18:40 +00:00
Nils Kneuper
29a82a285a
import "original" cmake 2.6.0 version of FindBoost.cmake...
...
...to allow cmake 2.4.x clients to find boost 1.35.1...
2008-07-14 17:42:16 +00:00
Sergey Popov
4718768149
Typo fix.
2008-06-12 17:38:46 +00:00
Moritz Göbelbecker
b8f885f2dc
Fix two syntax errors which for some reason didn't occur on my machine.
2008-05-22 16:31:18 +00:00
Moritz Göbelbecker
39e1785cf8
Fix regex which parses the gcc version.
2008-05-22 16:25:19 +00:00
Moritz Göbelbecker
9122f465d7
Fail gracefully if boost couldn't be found.
2008-05-22 15:29:17 +00:00
Moritz Göbelbecker
7f5f9fb2b7
Fix boost detection when boost is installed in /usr/local.
2008-05-22 15:17:31 +00:00
Moritz Göbelbecker
dca4689efe
Cleanup root-CMakeLists.txt a bit.
2008-05-15 14:56:38 +00:00
Moritz Göbelbecker
d4c3dd9869
Remove debugging output I accidentally left behind.
2008-05-15 13:42:59 +00:00
Moritz Göbelbecker
d0088db5c7
Check for FriBiDi version 1 explicitely.
2008-05-15 13:37:40 +00:00
Moritz Göbelbecker
ae69f444b6
Use src/revision-stamp for storing revision (same as autotools does)
2008-05-14 13:12:24 +00:00
Moritz Göbelbecker
303191187a
Add uninstall target to cmake build
2008-05-14 13:00:50 +00:00
Moritz Göbelbecker
e7d41dfd80
Add fribidi support to cmake.
...
Add option to disable nls.
2008-05-14 12:15:17 +00:00
Moritz Göbelbecker
12d1d7247d
Add cmake support for manual generation/translation/installation
...
Add cmake support for manpage installation
Workaround for a bug in cmake 2.4.7
2008-05-12 23:00:16 +00:00
Moritz Göbelbecker
6cf78fa6f9
Fix revision.hpp when you build a specific target
2008-05-10 15:45:14 +00:00
Moritz Göbelbecker
a96f8f2092
Add support for revision.hpp
2008-05-10 11:30:58 +00:00
Moritz Göbelbecker
d102086566
Beautfiy cmake output a little
2008-05-09 11:00:19 +00:00
Moritz Göbelbecker
8af3fee926
Implement image resizing for gui=tiny in cmake builds.
2008-05-09 01:49:21 +00:00
Moritz Göbelbecker
938e4fd6ac
Fix installation of .mo files
2008-05-05 20:10:07 +00:00
Moritz Göbelbecker
7419a6726d
Add per-language targets for po-generation: update-po-domain-LANG
...
Fix gettext detection
Fix out of source build
2008-05-05 18:52:11 +00:00
Moritz Göbelbecker
07f95b5ce7
Add gettext support to cmake build.
...
The following targets are supported:
update-gmo[-domain] update-po[-domain] update-pot[-domain]
2008-05-05 16:39:43 +00:00
Nils Kneuper
aa5e55dc21
added external CMake find scripts (libintl and boost)
2008-05-04 20:11:11 +00:00