libftdi Archives

Subject: Re: [PATCH] make building of static libs optional

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 15 Mar 2013 16:57:36 +0100
Hi Mike,

On Friday, 1. March 2013 03:13:32 Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
> ---
>  CMakeLists.txt        |  2 ++
>  ftdipp/CMakeLists.txt | 30 +++++++++++++++++++-----------
>  src/CMakeLists.txt    | 28 ++++++++++++++++++----------
>  3 files changed, 39 insertions(+), 21 deletions(-)
> 
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index e7127f7..9c7a6a5 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -46,6 +46,8 @@ set(CPACK_COMPONENT_SHAREDLIBS_GROUP "Development")
>  set(CPACK_COMPONENT_STATICLIBS_GROUP "Development")
>  set(CPACK_COMPONENT_HEADERS_GROUP    "Development")
> 
> +option ( STATICLIBS "Build static libraries" ON )
> +

Applied, thanks!

Thomas


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread