Re: [cmake-developers] What about #line like feature in cmake language?

2014-05-23 Thread Nicolas Desprès
On Thu, May 22, 2014 at 3:16 PM, Brad King brad.k...@kitware.com wrote: One remaining challenge is CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE. Since the current file is not handled by the lexer these may not be consistent unless some kind of refactoring is done in the language

[cmake-developers] [CMake 0014929]: Dependencies of custom targets are built as part of Build Solution in Visual Studio

2014-05-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14929 == Reported By:Lars Christensen Assigned To:

[cmake-developers] [CMake 0014930]: CMake FindQt4.cmake missing some modules

2014-05-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14930 == Reported By:Mathieu MARACHE Assigned To:

[cmake-developers] [ANNOUNCE] CMake 3.0-rc6 now ready for testing!

2014-05-23 Thread Robert Maynard
I am proud to announce the CMake 3.0 sixth and hopefully last release candidate. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at

Re: [cmake-developers] What about #line like feature in cmake language?

2014-05-23 Thread Brad King
On 05/23/2014 03:39 AM, Nicolas Desprès wrote: One remaining challenge is CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE. Since the current file is not [snip] I think we should not touch those variables because they have dynamic behavior and if they are used in the generated code I

Re: [cmake-developers] FindFreetype Patch

2014-05-23 Thread Brad King
On 05/22/2014 02:58 PM, Taylor Holberton wrote: This patch adds windows and unix search paths that Freetype normally installs to. Thanks for working on this. The patch appears to make style and code layout changes at the same time as functional changes. Please split that up into separate

Re: [cmake-developers] FindFreetype Maintenance

2014-05-23 Thread Brad King
On Fri, May 23, 2014 at 12:56 AM, Greg Jung gvj...@gmail.com wrote: Somehow $ENV{CFLAGS} impossibly translates the first group but fails to go beyond that first blank. The *only* program that translates paths in MinGW is the MSYS shell. When it passes command line arguments and environment

Re: [cmake-developers] What about #line like feature in cmake language?

2014-05-23 Thread Nicolas Desprès
On Fri, May 23, 2014 at 3:11 PM, Brad King brad.k...@kitware.com wrote: That is what the above variables were meant to be. They just happen to be implemented by replacing during variable evaluation instead of by the lexer. Having the lexer do actual replacements would be a change to the

[cmake-developers] [PATCH] Proposed HPUX Build Fix

2014-05-23 Thread Eric Berge
Compilation of cmake failed on HPUX (master as well as v2.8.12.2), at least on my HPUX systems (uname info: B.11.31 U ia64 1105973567). I did not write the supplied patch but found it online at: http://vouters.dyndns.org/tima/HP-UX-IA64-MySQL-Building_and_Installing_MySQL_on_HP-UX.html but it

Re: [cmake-developers] [PATCH] Proposed HPUX Build Fix

2014-05-23 Thread Rolf Eike Beer
Eric Berge wrote: Compilation of cmake failed on HPUX (master as well as v2.8.12.2), at least on my HPUX systems (uname info: B.11.31 U ia64 1105973567). At least next is fine, and every patch master has been in next. So which commit on master are you testing with? Eike -- signature.asc

Re: [cmake-developers] [PATCH] Proposed HPUX Build Fix

2014-05-23 Thread Brad King
On 05/23/2014 02:22 PM, Eric Berge wrote: Compilation of cmake failed on HPUX (master as well as v2.8.12.2), at least on my HPUX systems (uname info: B.11.31 U ia64 1105973567). I did not write the supplied patch but found it online at:

[cmake-developers] [CMake 0014932]: Cannot set library linker flags for each configuration individually

2014-05-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14932 == Reported By:Saad Assigned To: