[cmake-developers] [CMake 0015001]: add_custom_command: inconsistent treatment of escaped quotes

2014-07-01 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15001 == Reported By:George Sakhnovsky Assigned To:

Re: [cmake-developers] FreeType headers almost there but not quite ...

2014-07-01 Thread Alan W. Irwin
On 2014-07-01 00:41-0700 Greg Jung wrote: Hi Greg: Thanks for your interest in PLplot. I suspect this is either an issue concerning how you are using the PLplot build system or an issue with that system itself so I plan to follow up on this question on the appropriate list (plplot-devel) for di

[cmake-developers] [RFCv2] ctest: color test summary output

2014-07-01 Thread Steve Dougherty
When I glance at ctest output, even if all tests passed, my eye catches "failed" before noticing the other things, which gives me a start. To make this less likely to happen this colors the test summary green if all tests succeeded and red if not. Although I have attempted to edit the test regula

[cmake-developers] [PATCH] Only search for install_name_tool if the toolchain has it

2014-07-01 Thread Florent Castelli
When cross compiling, toolchains won't have install_name_tool, which is provided by Xcode and command line tools on OSX. This is a Mach-O specific utility and not required on all platforms. --- Modules/CMakeFindBinUtils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modu

[cmake-developers] [CMake 0015000]: CMakeFindBinUtils always search for install_name_tool even when cross compiling on OSX

2014-07-01 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15000 == Reported By:Florent Castelli Assigned To:

[cmake-developers] [CMake 0014999]: Changing Intermediate Directory of Visual Studio 2012

2014-07-01 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.gccxml.org/Bug/view.php?id=14999 == Reported By:Ram Singh Assigned To: =

[cmake-developers] FreeType headers almost there but not quite ...

2014-07-01 Thread Greg Jung
I've been debugging the plplot-5.10.0 build under MSYS and finally found, it can all go well only when the "include/freetype2" cflags are manually included in the build.make files (containing the gcc commands) for plfreetype.c and for wingcc.c. This build uses freetype 15.0.9, where include/ft2bui