[CMake] Creation of CMAKE_*_LIBRARY_EXTENSION

2007-12-16 Thread Rodolfo Lima
I've been playing around with bug #5997 and I've found out the problem, which lies in the fact that when the user sees the variable CMAKE_(STATIC|SHARED|IMPORT)_LIBRARY_SUFFIX, he assumes that this is something to be added to the library name (doesn't involve its extension). But cmake assumes that

Re: [CMake] Creation of CMAKE_*_LIBRARY_EXTENSION

2007-12-17 Thread Brandon Van Every
On Dec 16, 2007 10:04 PM, Rodolfo Lima <[EMAIL PROTECTED]> wrote: > I've been playing around with bug #5997 and I've found out the problem, > which lies in the fact that when the user sees the variable > CMAKE_(STATIC|SHARED|IMPORT)_LIBRARY_SUFFIX, he assumes that this is > something to be added to