[cmake-developers] Shared library names with numerical suffix

Brad King brad.king at kitware.com
Thu Jul 25 09:41:27 EDT 2013


On 07/25/2013 09:31 AM, Stephen Kelly wrote:
> In a more-recent review, I thought that if there is an extension in the exts 
> list which already has a numerical extension, then the extra check for a 
> numerical extension shouldn't be added for that entry. 
> 
>   else if(type == LinkShared)
>     {
>     libext += "(\\.[0-9]+)?";
>     }

This hunk occurs once at the end after all extensions have been considered.
The choice can't be made on a per-entry basis in the current design.  I
think it is fine as-is.

-Brad



More information about the cmake-developers mailing list