[cmake-developers] SelectLibraryConfigurations regression (Was: [CMake] CMake 2.8.10-rc2 ready for testing!)

Rolf Eike Beer eike at sf-mail.de
Fri Oct 19 13:54:22 EDT 2012


Thomas Arcila wrote:
> Hi,
> 
> I have just found a regression in latest rc with
> SelectLibraryConfigurations module.
> 
> Expected output (cmake 2.6.9) from the attached test case is:
> 
> -- mylib_LIBRARY_RELEASE mylib
> -- mylib_LIBRARY_DEBUG mylibD
> -- mylib_LIBRARIES optimized;mylib;debug;mylibD
> 
> while cmake 2.6.10-rc2 output is:
> 
> -- mylib_LIBRARY_RELEASE mylib
> -- mylib_LIBRARY_DEBUG mylibD
> -- mylib_LIBRARIES
> optimized;LISTS;optimized;mylib_LIBRARY_RELEASE;debug;LISTS;debug;mylib_LIBR
> ARY_DEBUG
> 
> You will find attached a patch fixing the issue.

Doh! Good catch, thanks. Will push it soonish.

Eike
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20121019/0df277e9/attachment.sig>


More information about the cmake-developers mailing list