summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--po/CMakeLists.txt1
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 )