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 --- libwardrobe/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwardrobe') diff --git a/libwardrobe/CMakeLists.txt b/libwardrobe/CMakeLists.txt index 18217bb..3cb92d7 100644 --- a/libwardrobe/CMakeLists.txt +++ b/libwardrobe/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 2.4) set (PACKAGE "libwardrobe") -project (${PACKAGE}) +project (${PACKAGE} C) add_subdirectory (src) -- cgit v1.2.3