summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-05-04 17:28:25 +0200
committerTomáš Chvátal <scarabeus@gentoo.org>2009-05-04 17:28:25 +0200
commit8f12cd606116448070218a89afea8fcf3211ae89 (patch)
treef3c3db73aca3acec1f4742401667687a3de85860 /CMakeLists.txt
parent772aa322a3564cfb7221f0e3517d45a13b5c9a9e (diff)
Remove some whitespace
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 08038ae..9161d47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,13 +46,11 @@ ENDIF ( WITH_SERVER )
MESSAGE ( "<******************************>" )
MESSAGE ( "Configure for ${APPNAME} Started" )
MESSAGE ( "<******************************>" )
-
CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 )
CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 FATAL_ERROR )
IF ( COMMAND cmake_policy )
cmake_policy( SET CMP0003 NEW )
ENDIF ( COMMAND cmake_policy )
-
SET ( CMAKE_COLOR_MAKEFILE ON )
SET ( CMAKE_BUILD_TYPE_SHARED_LIBS ON )
SET ( CMAKE_C_FLAGS $ENV{CFLAGS} )
@@ -148,7 +146,6 @@ ENDIF ( Apple )
###############################################################################
MESSAGE ( STATUS "<Locating ZIP library>" )
FIND_PACKAGE ( ZIP REQUIRED )
-
IF ( NOT WITH_SERVER )
MESSAGE ( STATUS "<Locating Fontconfig>" )
FIND_PACKAGE ( Fontconfig REQUIRED )