[cmake-developers] [PATCH] UsePkgConfig: improve documentation

2011-09-22 Thread Rolf Eike Beer
From 3f500a5c655cc4c12ecf6f774602b2a10cae0365 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer e...@sf-mail.de Date: Thu, 22 Sep 2011 13:48:15 +0200 Tell the people in the documentation which module to use instead. --- Modules/UsePkgConfig.cmake |7 +-- 1 files changed, 5 insertions(+), 2

Re: [cmake-developers] [PATCH] UsePkgConfig: improve documentation

2011-09-22 Thread Rolf Eike Beer
On Thursday, September 22, 2011 01:52:51 PM Rolf Eike Beer wrote: From 3f500a5c655cc4c12ecf6f774602b2a10cae0365 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer e...@sf-mail.de Date: Thu, 22 Sep 2011 13:48:15 +0200 Tell the people in the documentation which module to use instead. Thanks,

Re: [cmake-developers] [PATCH] UsePkgConfig: improve documentation

2011-09-22 Thread Alexander Neundorf
On Thursday, September 22, 2011 03:00:33 PM Rolf Eike Beer wrote: On Thursday, September 22, 2011 01:52:51 PM Rolf Eike Beer wrote: From 3f500a5c655cc4c12ecf6f774602b2a10cae0365 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer e...@sf-mail.de Date: Thu, 22 Sep 2011 13:48:15 +0200 Tell

Re: [cmake-developers] rc compiler on windows mingw

2011-09-22 Thread Bill Hoffman
On 9/22/2011 9:38 AM, Brad King wrote: Does the rc compiler not always ship with mingw? I think we added support for it about 6 months ago. Thoughts on this? Note the location of MinGW in that report: C:/Qt/qtcreator-2.3.0/mingw/bin/gcc.exe I bet that is some kind of custom environment

Re: [cmake-developers] rc compiler on windows mingw

2011-09-22 Thread Pau Garcia i Quiles
Hi, That log looks odd to me. The guy is talking about NetBeans, yet the log shows he is using MinGW from QtCreator 2.3.0? QtCreator's MinGW distribution ships windres.exe Nuwen ships windres.exe TDM ships windres.exe mingw-w64 ships windres.exe I'd say the problem is he has several make.exe

Re: [cmake-developers] rc compiler on windows mingw

2011-09-22 Thread Bill Hoffman
On 9/22/2011 9:52 AM, Pau Garcia i Quiles wrote: Hi, That log looks odd to me. The guy is talking about NetBeans, yet the log shows he is using MinGW from QtCreator 2.3.0? QtCreator's MinGW distribution ships windres.exe Nuwen ships windres.exe TDM ships windres.exe mingw-w64 ships

Re: [cmake-developers] rc compiler on windows mingw

2011-09-22 Thread Pau Garcia i Quiles
On Thu, Sep 22, 2011 at 4:42 PM, Bill Hoffman bill.hoff...@kitware.comwrote: This guy thinks he solved the issue by adding cl.exe to the path. If my conjecture is correct, it was not cl.exe what was missing actually, but rc.exe, which happens to live in the same directory as cl.exe. By

[cmake-developers] [CMake 0012474]: SWIG module should default to use -fno-strict-aliasing

2011-09-22 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12474 == Reported By:Aaron Simmons Assigned To:

[cmake-developers] [PATCH] Fix typo in set_target_properties' documentation.

2011-09-22 Thread Raphael Kubo da Costa
our - or --- Source/cmSetTargetPropertiesCommand.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index feead00..320378d 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++