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