From f94f57e565abde0a4645c2e66f378c39f082bf0e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 1 Feb 2009 16:18:49 +0100 Subject: Request c compiler, but not c++ or java --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 611960c..df48534 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.4) set (PACKAGE pianobar) -project (${PACKAGE}) +project (${PACKAGE} C) add_subdirectory (libpiano) add_subdirectory (libwardrobe) -- cgit v1.2.3