[Cmake] make install bug with libs in 2.0.2 ?

Andy Cedilnik andy.cedilnik at kitware.com
Thu Jul 1 16:25:55 EDT 2004


Hi Alex,

I fixed this in CVS and will be in 2.0.3 when it comes out.

			Andy

On Wed, 2004-06-30 at 06:25, Alexander Neundorf wrote:
> I do the following: 
>  
> SET_TARGET_PROPERTIES(foo PROPERTIES VERSION 0.0.3 SOVERSION 0) 
>  
> The it creates correctly 
>  
> libfoo.so -> libfoo.so.0 
> libfoo.so.0 -> libfoo.so.0.0.3 
> libfoo.so.0.0.3 
>  
> But on "make install" only libfoo.so (the full file, not the symlink) is 
> being installed. This worked with cmake cvs between 1.8.3 and 2.0.0. 
> I don't know about 2.0.0, but it works neither with 2.0.1 nor with 2.0.2 




More information about the Cmake mailing list