libftdi Archives

Subject: Re: [PATCH] Fix LIBFTDIPP_LIBRARY name (it's ftdipp1, not ftdi1pp)

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Cc: Jochen Sprickerhof <libftdi@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 02 Sep 2014 10:18:08 +0200
Hi Jochen,

On Tuesday, 12. August 2014 14:38:14 Jochen Sprickerhof wrote:
> ---
>  CMakeLists.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index ee21a8f..f08a58c 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -192,7 +192,7 @@ set ( LIBFTDI_STATIC_LIBRARY ftdi1.a )
>  set ( LIBFTDI_STATIC_LIBRARIES ${LIBFTDI_STATIC_LIBRARY} )
>  list ( APPEND LIBFTDI_STATIC_LIBRARIES ${LIBUSB_LIBRARIES} )
>  if (FTDI_BUILD_CPP)
> -  set ( LIBFTDIPP_LIBRARY ftdi1pp )
> +  set ( LIBFTDIPP_LIBRARY ftdipp1 )
>    set ( LIBFTDIPP_LIBRARIES ${LIBFTDIPP_LIBRARY} )
>    list ( APPEND LIBFTDIPP_LIBRARIES ${LIBUSB_LIBRARIES} )
>  endif ()

applied, thanks! Took me a little longer
for this small fix, I was on holiday :)

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

Current Thread