From ee54acb417c5589a8dc9dab0676f34b3d40a182b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 17 Mar 2009 22:04:16 +0000 Subject: [PATCH] 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 +- libssh/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt index 62ee95ef..91ee3ccb 100644 --- a/libssh/CMakeLists.txt +++ b/libssh/CMakeLists.txt @@ -1,4 +1,4 @@ -project(libssh-library) +project(libssh-library C) set(LIBSSH_PUBLIC_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/include