[cmake-developers] Shared library names with numerical suffix

2013-07-25 Thread Stephen Kelly
Hi, Commit 342fc0401005 (Recognize shared library files with a numerical suffix, 2013-04-11) resulted from http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/6613/focus=6616 In a more-recent review, I thought that if there is an extension in the exts list which already has

Re: [cmake-developers] Shared library names with numerical suffix

2013-07-25 Thread Brad King
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) {