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
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to