[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Quick fix patch
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Quick fix patch
- From: godin julien <julien@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 11 Dec 2015 14:42:54 +0100
- To: libssh@xxxxxxxxxx
Hello libssh, I am trying to compile a libssh for windows and found a problem in one of the cmake scripts. Here is the patch to address it. diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d1581cb..b839b71 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -1,4 +1,5 @@ include(CheckIncludeFile) +include(CheckIncludeFiles) include(CheckSymbolExists) include(CheckFunctionExists) include(CheckLibraryExists) As you can see, an include was missing. Regards, Julien
Archive administrator: postmaster@lists.cynapses.org