From 74fd27cc076857dbe5a98ca4d2ea9a0906c660aa Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 6 Oct 2009 12:05:39 +0200 Subject: [PATCH] Add language "C" in main CMakeLists.txt, so that g++ is no more required by cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f929f78f..963212841 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # along with this program. If not, see . # -PROJECT(weechat) +PROJECT(weechat C) cmake_minimum_required(VERSION 2.4)