Re: [cmake-developers] [CMake] LINK_LIBRARIES not spilled to response file

2012-07-09 Thread Claus Klein
I have added a patch that should help. (Tested on Darwin only) Please check it for Windows before apply. Claus On 09.07.2012, at 12:13, Zaheer Chothia wrote: Done: http://public.kitware.com/Bug/view.php?id=13385 --Zaheer -- Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] LINK_LIBRARIES not spilled to response file

2012-07-09 Thread Brett Delle Grazie
On Jul 8, 2012 10:59 PM, Zaheer Chothia zaheer.chot...@gmail.com wrote: Hello, I posted a mail here [1] but have yet to receive any replies. I think my last message was too long and detailed so let me summarize: * Command line length is limited on Windows. * To alleviate this, CMake places

Re: [CMake] LINK_LIBRARIES not spilled to response file

2012-07-09 Thread Zaheer Chothia
Done: http://public.kitware.com/Bug/view.php?id=13385 --Zaheer On Mon, Jul 9, 2012 at 8:15 AM, Brett Delle Grazie brett.dellegra...@gmail.com wrote: On Jul 8, 2012 10:59 PM, Zaheer Chothia zaheer.chot...@gmail.com wrote: Hello, I posted a mail here [1] but have yet to receive any replies.

Re: [CMake] LINK_LIBRARIES not spilled to response file

2012-07-08 Thread Zaheer Chothia
Hello, I posted a mail here [1] but have yet to receive any replies. I think my last message was too long and detailed so let me summarize: * Command line length is limited on Windows. * To alleviate this, CMake places object files into a response file, but the same is not done for libraries.

[CMake] LINK_LIBRARIES not spilled to response file

2012-06-28 Thread Zaheer Chothia
Hello, I encountered an issue while building a CMake project where one target is linked against a large number of libraries. Unlike object files, libraries are not placed into a response file, which can lead to build commands which exceed the length limits on Windows. For reference, I am using