diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-01 20:11:15 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-01 20:11:15 +0200 |
| commit | 285f01f09c226d23148f515e5262ab243f88befb (patch) | |
| tree | 4992c63b5c793413da7a16dfe7433cd50ac44bd5 | |
| parent | 21e92a8d2005a063fa31a95f83c65b2356fef338 (diff) | |
Whitespace
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | po/CMakeLists.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6efdc84..f283d42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -143,7 +143,7 @@ MESSAGE ( STATUS "<Locating ZIP library>" ) FIND_PACKAGE ( ZIP REQUIRED ) IF ( NOT WITH_SERVER ) - MESSAGE ( STATUS "<Locating Fontconfig" ) + MESSAGE ( STATUS "<Locating Fontconfig>" ) FIND_PACKAGE ( Fontconfig REQUIRED ) IF ( WITH_OPENGL ) MESSAGE ( STATUS "<Locating OpenGL>" ) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index db80674..54af949 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -2,7 +2,6 @@ # WE NEED GETTEXT ############################################################################## MESSAGE ( STATUS "<Locating Gettext>" ) -MESSAGE ( STATUS "<******************************>" ) FIND_PACKAGE ( Gettext REQUIRED ) INCLUDE_DIRECTORIES ( ${GETTEXT_INCLUDE_DIR} ) FILE ( GLOB _po_files *.po ) |