From d7929a7ee30f21701b8b3593722f35781f58f720 Mon Sep 17 00:00:00 2001 From: Eric Gregory Date: Thu, 26 Apr 2012 14:18:12 -0700 Subject: [PATCH] Closes #5141 C++ no longer required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2ce5421..f9e05997 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8) cmake_policy(VERSION 2.6) -project(geary) +project(geary C) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )