From 3b82d7f8cdf9ecf88070973fbd45ca36e4fac7c9 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 8 Sep 2011 09:07:59 +0200 Subject: Fix: configure error without C++ compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d97c3e4..485ec8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8) -project(uca) +project(uca C) set(UCA_VERSION_MAJOR "0") set(UCA_VERSION_MINOR "4") -- cgit v1.2.3