From b7c323f0c903c5345ef140c5730e33d046c32c8a Mon Sep 17 00:00:00 2001 From: Enno Date: Sat, 5 Mar 2011 04:56:59 +0100 Subject: [PATCH] whitepsace change to test buildbot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6a5eebd..1714d9bd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.4) -project (eressea C) +project(eressea C) if (${CMAKE_C_COMPILER} MATCHES ".*tcc") set(CMAKE_C_FLAGS "-Wall -g")