discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Cmake question


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Cmake question
Date: Mon, 06 Jul 2015 09:11:22 -0400

Hi Volker - Actually, the command you quote just sets the -version- of
the library, not the name. The name is set by default as the target
name, though one can change the name to something else via a similar
set_target_properties command. Hope this helps! - MLD

On Mon, Jul 6, 2015, at 07:01 AM, Volker Schroer wrote:
> I need to modify the SONAME of some gnuradio libs.
> 
> In the gnuradio/volk/CMakeList.txt there is an entry
> 
> set_target_properties(volk PROPERTIES SOVERSION ${LIBVER})
> 
> that sets the SONAME. But how is this done for other libs like 
> gnuradio-runtime or gnuradio-pmt.
> I did not identfy the statements doing this.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]