[cmake-developers] link-language-static-lib topic

2013-07-26 Thread Brad King
Steve, In these hunks: - if(this-GetType() == cmTarget::STATIC_LIBRARY) + if(this-LinkLanguageDependsOnLinkImplementation()) ... + bool LinkLanguageDependsOnLinkImplementation() const + { return this-TargetTypeValue == STATIC_LIBRARY; } The description of the test as link language depends

Re: [cmake-developers] link-language-static-lib topic

2013-07-26 Thread Stephen Kelly
Brad King wrote: Perhaps bool LinkLanguagePropagatesToDependents() const { return this-TargetTypeValue == STATIC_LIBRARY; } I think this one is fine. I've re-pushed the commit to the minor-cleanups topic. Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware