Re: [cmake-developers] commit ec85306 cause CMake generat step segmentfault

2013-02-22 Thread Stephen Kelly
comicfans44 wrote: Hello everyone , I use CMake to build a qt4 project, I found after this commit ec85306025ae787e08d4ce097fde966f1809c74f Merge topic 'tll-includes-defines' re-run cmake of my project gives segmentfault. Hi there, Thanks for the report. Please try with the master

Re: [cmake-developers] commit 0e2ed9b09 cause LLVM config step slow

2013-02-22 Thread Stephen Kelly
comicfans44 wrote: Hello everyone, I use cmake(git master) to build llvm source . and found this commit hopes this can help improving CMake Thanks for the report. In particular, the commit a1c4905f723f9d99bd481580f9fe24fdaf81b174 'Use the link information as a source of compile

Re: [cmake-developers] GeneratorExpression test and MSYS

2013-02-22 Thread Stephen Kelly
Brad King wrote: On 02/21/2013 12:34 PM, Stephen Kelly wrote: I'll change the test as described. Now that the interface-property-external-read topic is clean please rewrite/cleanup the topic history. I just cleaned up the try_compile-targets topic history but the other one is not as

[cmake-developers] Generator Expression self-references now allowed?

2013-02-22 Thread Brad King
Steve, Can you explain the need for 953def1e17f3bbba0aa42037ae15ced011d8fd2a: Fix DAG checker finding cycling dependencies. Before this patch, the following is reported falsely as a self-reference: target_link_libraries(empty2 LINK_PUBLIC empty3) target_link_libraries(empty3

Re: [cmake-developers] Generator Expression self-references now allowed?

2013-02-22 Thread Stephen Kelly
Brad King wrote: Can't you instead simply have the usage requirements skip appending a target's own requirements to itself? That way the resulting generator expression would still not have a self reference. Yes, but I only realized that after replying to the rest of the mail :). As it has

Re: [cmake-developers] Generator Expression self-references now allowed?

2013-02-22 Thread Brad King
On 02/22/2013 11:32 AM, Stephen Kelly wrote: Brad King wrote: Can't you instead simply have the usage requirements skip appending a target's own requirements to itself? That way the resulting generator expression would still not have a self reference. Yes, but I only realized that after

[cmake-developers] [CMake 0013945]: unhelpful error (and build failure) when project name has space in it

2013-02-22 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13945 == Reported By:Lee McCuller Assigned To:

Re: [cmake-developers] commit ec85306 cause CMake generat stepsegmentfault

2013-02-22 Thread comicfans
for the last try (git master in Friday morning), there is no such problem(only llvm config slow down). when digging that, I checkout old git version and found this one. so this problem may be resolved in following commit. sorry for this misleading report. comicfans,comicfan...@gmail.com

Re: [cmake-developers] Ninja + Windows CE

2013-02-22 Thread Peter Kümmel
On 17.02.2013 08:36, Patrick Gansterer wrote: Hi, Am 09.02.2013 um 10:39 schrieb Peter Kümmel: On 30.01.2013 15:17, Brad King wrote: On 01/26/2013 12:33 PM, Patrick Gansterer wrote: to compile WindowsCE C++ project with Ninja I need the attached patch applied. One problem with this patch