← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Fix typo in FindOpenSSL.cmake

 

Good catch.  Patch committed in product branch r5631.  Thank you for you
contribution to KiCad.

Cheers,

Wayne

On 4/27/2015 10:02 AM, Simon Richter wrote:
> ---
>  CMakeModules/FindOpenSSL.cmake | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/CMakeModules/FindOpenSSL.cmake b/CMakeModules/FindOpenSSL.cmake
> index bbf431a..de91787 100644
> --- a/CMakeModules/FindOpenSSL.cmake
> +++ b/CMakeModules/FindOpenSSL.cmake
> @@ -147,7 +147,7 @@ if(WIN32 AND NOT CYGWIN)
>      set(SSL_EAY_LIBRARY_DEBUG "${SSL_EAY_DEBUG}")
>      set(SSL_EAY_LIBRARY_RELEASE "${SSL_EAY_RELEASE}")
>  
> -    include({CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
> +    include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
>      select_library_configurations(LIB_EAY)
>      select_library_configurations(SSL_EAY)
>  
> -- 2.1.4


References