Stephen Kelly wrote:
> The tests can be enabled on APPLE again later, I've flipped the if
> condition so we can see why it fails on some non-APPLE platforms too.
>
This is even more interesting now.
http://www.cdash.org/CDash/testDetails.php?test=118872016&build=1620094
On gentoo, the build of
Brad King wrote:
> - Some of the patches remove trailing whitespace from lines unrelated to
>the real change. Please identify the set of files from which you've
>blanket-removed whitespace, create a commit that does just that, and
>then rebase the rest of the patches on it. That will
On 10/12/2011 11:10 AM, Nicolas Desprès wrote:
I have extracted some documentation patches I have made while I was
working on the ninja-generator and some enhancement for ccmake. I
would like to submit them now. They are addressing:
- usage messages
- doxygen documentation
- online help in ccmak
On 10/12/2011 06:37 PM, Richard Wackerbarth wrote:
Given the question about "other platforms", I did an update to next
on my newest FreeBSD build machine.
New revision of repository is: f48a0be07ebcdbe5d6c6a10d34e70cce164d9a9b
Bad news:
Start 147: CMakeCommands.target_link_librari
On 10/12/2011 10:38 AM, David Cole wrote:
On Wed, Oct 12, 2011 at 10:30 AM, Stephen Kelly wrote:
I already grepped for CMAKE_LINK_DEPENDENT_LIBRARY_FILES and it seems to not
appear anywhere else but Darwin.cmake. I remember the tests failing on
freebsd and some windows too, so if you have any i
On Wed, Oct 12, 2011 at 10:30 AM, Stephen Kelly wrote:
> Brad King wrote:
>
>> On 10/12/2011 2:22 AM, Stephen Kelly wrote:
>>> using set(CMAKE_LINK_INTERFACE_LIBRARIES "") should be the same as using
>>>
>>> target_link_libraries(libA LINK_INTERFACE_LIBRARIES "")
>>>
>>> for each library.
>>
>> It
Brad King wrote:
> On 10/12/2011 2:22 AM, Stephen Kelly wrote:
>> using set(CMAKE_LINK_INTERFACE_LIBRARIES "") should be the same as using
>>
>> target_link_libraries(libA LINK_INTERFACE_LIBRARIES "")
>>
>> for each library.
>
> It is. The example under discussion has the same behavior even if y
On 10/12/2011 2:22 AM, Stephen Kelly wrote:
using set(CMAKE_LINK_INTERFACE_LIBRARIES "") should be the same as using
target_link_libraries(libA LINK_INTERFACE_LIBRARIES "")
for each library.
It is. The example under discussion has the same behavior even if you
explicitly set it on each targe