[cmake-developers] [CMake 0012622]: Unable To Find Freetype On Windows

2011-12-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12622 == Reported By:Ryan H. Kawicki Assigned To:

[cmake-developers] [CMake 0012625]: FindLAPACK does not find pthreads with MKL

2011-12-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12625 == Reported By:tgallagher Assigned To:

Re: [cmake-developers] Adding macro cmake_print_variables(var1 var2 ... varN) ?

2011-12-13 Thread Alexander Neundorf
On Sunday 11 December 2011, Alexander Neundorf wrote: Hi, I have a small macro/function which I need often during buildsystem debugging: function(PRINT_VARIABLES) set(msg ) foreach(var ${ARGN}) if(msg) set(msg ${msg} ; ) endif() set(msg

Re: [cmake-developers] Adding macro cmake_print_variables(var1 var2 ... varN) ?

2011-12-13 Thread Eric Noulard
2011/12/11 Eric Noulard eric.noul...@gmail.com: List was dropped intentionally Just realized I wrote the opposite of what I meant ... -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/12/11 Subject: Re: [cmake-developers] Adding macro

Re: [cmake-developers] Adding macro cmake_print_variables(var1 var2 ... varN) ?

2011-12-13 Thread Brad King
On 12/13/2011 3:34 PM, Alexander Neundorf wrote: So, ok to add ? The macro is so simple it can easily be included in any project that needs it. People will want different formats and custom behavior. I don't think it belongs upstream. -Brad -- Powered by www.kitware.com Visit other Kitware

[cmake-developers] [PATCH] Remove the apparently outdated README in Source/QtDialog.

2011-12-13 Thread Raphael Kubo da Costa
Qt has been LGPL-licensed for a few years, so the clause mentioning only developers with a paid Qt license can change the code seems to be outdated. --- Source/QtDialog/README |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) delete mode 100644 Source/QtDialog/README diff --git

[cmake-developers] [PATCH] QtDialog: Set Ctrl+Q as the shortcut for quitting the program.

2011-12-13 Thread Raphael Kubo da Costa
QKeySequence::Quit does not work on all platforms, and since it translates to Ctrl+Q on all platforms where it does work, Ctrl+Q was hardcoded instead. --- Source/QtDialog/CMakeSetupDialog.cxx |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git