From ee54acb417c5589a8dc9dab0676f34b3d40a182b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 17 Mar 2009 22:04:16 +0000 Subject: Don't require C++ compiler. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@274 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/CMakeLists.txt | 2 +- include/libssh/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index e480770b..cb3bd962 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,3 +1,3 @@ -project(headers) +project(headers C) add_subdirectory(libssh) diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt index 05605106..bfbebdd8 100644 --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -1,4 +1,4 @@ -project(libssh-headers) +project(libssh-headers C) set(libssh_HDRS libssh.h -- cgit