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

2012-10-21 Thread Rolf Eike Beer
Rolf Eike Beer wrote: > Brad King wrote: > > On 10/19/2012 01:54 PM, Rolf Eike Beer wrote: > > > Doh! Good catch, thanks. Will push it soonish. > > > > I think our emails crossed. I just pushed it. > > Ok, feel free to ignore my branch then. I'll create a new topic to test this > module soonish,

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

2012-10-21 Thread Rolf Eike Beer
Brad King wrote: > On 10/19/2012 01:54 PM, Rolf Eike Beer wrote: > > Doh! Good catch, thanks. Will push it soonish. > > I think our emails crossed. I just pushed it. Ok, feel free to ignore my branch then. I'll create a new topic to test this module soonish, would be good if that could be merge

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

2012-10-19 Thread Rolf Eike Beer
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;my

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

2012-10-19 Thread Brad King
On 10/19/2012 12:17 PM, Thomas Arcila wrote: > I have just found a regression in latest rc with SelectLibraryConfigurations > module. > > You will find attached a patch fixing the issue. Applied: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1cd2ec10 Thanks! -Brad -- Powered by www.kitw

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

2012-10-19 Thread Thomas Arcila
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: