[cmake-developers] [CMake 0012886]: Add a manifest or main-class file to the created jar

2012-01-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12886 == Reported By:Frank Glinka Assigned To:

Re: [cmake-developers] Support for imported targets in CMAKE_REQUIRED_LIBRARIES

2012-01-19 Thread Brad King
On 1/18/2012 4:24 PM, Alexander Neundorf wrote: On Wednesday 18 January 2012, Alexander Neundorf wrote: Hi, the variable CMAKE_REQUIRED_LIBRARIES is used by several of the check-modules for listing additional libraries which should be linked. It is common to use variables set by Find-modules fo

[cmake-developers] [CMake 0012887]: FindBoost: ${Boost_LIBRARIES} contains extra 'optimized' and 'debug' key words making impossible install

2012-01-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12887 == Reported By:sutasu Assigned To:

Re: [cmake-developers] FindPythonInterp.cmake an different major versions

2012-01-19 Thread Brad King
On 1/18/2012 12:31 PM, Rolf Eike Beer wrote: Brad King wrote: Therefore I would expect find_package(PythonInterp 2) to find a python interpreter compatible with version 2, which does not include version 3. You just can't use the normal version check from the standard find helper module.

Re: [cmake-developers] Support for imported targets in CMAKE_REQUIRED_LIBRARIES

2012-01-19 Thread Alexander Neundorf
On Thursday 19 January 2012, Brad King wrote: > On 1/18/2012 4:24 PM, Alexander Neundorf wrote: > > On Wednesday 18 January 2012, Alexander Neundorf wrote: > >> Hi, > >> > >> the variable CMAKE_REQUIRED_LIBRARIES is used by several of the > >> check-modules for listing additional libraries which s

[cmake-developers] [PATCH] FindPkgConfig: respect REQUIRED

2012-01-19 Thread Yury G. Kudryashov
find_package(PkgConfig REQUIRED) now fails if pkg-config is not installed Bug 12620 --- Modules/FindPkgConfig.cmake |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Modules/FindPkgConfig.cmake b/Modules/FindPkgConfig.cmake index c47f583..ce58899 100644 --- a/Modules/F

[cmake-developers] [PATCH] FindPackageHandleStandardArgs: fix documentation

2012-01-19 Thread Yury G. Kudryashov
From: "Yury G. Kudryashov" State explicitly what CONFIG_MODE argument does. --- Modules/FindPackageHandleStandardArgs.cmake |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/FindPackageHandleStandardArgs.cmake b/Modules/FindPackageHandleStandardArgs.cmake ind

[cmake-developers] [CMake 0012900]: Sequence of pathes for Qt

2012-01-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12900 == Reported By:Oleg Assigned To: ==

Re: [cmake-developers] valgrind errors

2012-01-19 Thread Rolf Eike Beer
Bill Hoffman wrote: > We seems to have some valgrind errors on the dashboard: > > http://www.cdash.org/CDash/viewDynamicAnalysisFile.php?id=2554459 > > Seems to have started with this day: > http://www.cdash.org/CDash/viewChanges.php?project=CMake&date=2011-11-12 > > http://www.cdash.org/CDash/v

Re: [cmake-developers] FindPythonInterp.cmake an different major versions

2012-01-19 Thread Rolf Eike Beer
> 2012/1/18 Rolf Eike Beer > >> It is. I've pushed an implementation to topic "python-version" on stage. >> If >> noone objects I'll merge it to next at the end of the week. > > Is is there any web link where I can review your changes? > Currently I don't have a cmake clone on my pc at work. As