Re: [CMake] [cmake-developers] setting LINKER_LANGUAGE still adds -lstdc++

2012-10-08 Thread Eric Noulard
2012/10/9 James Bigler : > > I spent some time in the debugger to try and understand why CMake is making > the decisions it is. It comes down to this function which loops over all > the LinkClosures and calls AddImplicitLinkInfo for all languages that > *don't* match the language of the target. >

Re: [CMake] [cmake-developers] setting LINKER_LANGUAGE still adds -lstdc++

2012-10-09 Thread Brad King
On 10/09/2012 01:59 AM, James Bigler wrote: > On Mon, Oct 8, 2012 at 10:40 PM, James Bigler > wrote: > In my project I need to manually link against a special version of libstdc++ > add_library(a SHARED a.cpp) > set_target_properties(a PROPERTIES LINKER_LANGUA