Re: [cmake-developers] Creating a separate project/package which provides cmake extensions/modules

2011-06-06 Thread Alexander Neundorf
On Sunday, June 05, 2011 11:34:55 PM Eric Noulard wrote: 2011/6/4 Alexander Neundorf neund...@kde.org: Hi, again from the KDE sprint... We have around 150 cmake modules in kdelibs... Several libraries are not before kdelibs, so they don't have access to those. So, what we

Re: [cmake-developers] Automoc in cmake

2011-06-06 Thread Alexander Neundorf
On Saturday, June 04, 2011 10:24:52 AM Alexander Neundorf wrote: Hi, one feature which all KDE developers are used to and which is also used by qmake when building Qt is automoc. This means that you don't have to write qt4_wrap_cpp(srcs ${filesToBeMoced}) but instead you simply do

[cmake-developers] [CMake 0012247]: python libraries are not searched under lib64/

2011-06-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12247 == Reported By:Christoph Höger Assigned To:

[cmake-developers] [CMake 0012248]: Boost libraries are not searched in /usr/lib64

2011-06-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12248 == Reported By:Christoph Höger Assigned To:

Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-06 Thread Brad King
On 06/04/2011 06:30 AM, Alexander Neundorf wrote: What do you think about adding this as a built-in feature to find_package(), i.e. add a argument OPTIONAL to find_package(), then probably also a COMMENT. The interface to find_package is already extensive. This feature would have to come

Re: [cmake-developers] Creating a separate project/package which provides cmake extensions/modules

2011-06-06 Thread Brad King
On 06/04/2011 06:39 AM, Alexander Neundorf wrote: So, what we came up with is that create a new package which just contains our cmake modules, so they can be used by non-KDE applications. [snip] Do you think this is a reasonable plan or do you see conceptual issues with it This is a great

Re: [cmake-developers] Automoc in cmake

2011-06-06 Thread Brad King
On 06/06/2011 03:56 AM, Alexander Neundorf wrote: On Saturday, June 04, 2011 10:24:52 AM Alexander Neundorf wrote: Hi, one feature which all KDE developers are used to and which is also used by qmake when building Qt is automoc. This means that you don't have to write qt4_wrap_cpp(srcs

Re: [cmake-developers] Improved support for using cmake-based libraries in non-cmake projects

2011-06-06 Thread Brad King
On 06/05/2011 07:14 PM, Eric Noulard wrote: 2011/6/4 Alexander Neundorf neund...@kde.org: * if so, it will check that for FOO_INCLUDES and FOO_LIBRARIES * create the command line arguments for the compiler from that * print -I/opt/foo/include to stdout [snip] cmake-config would be a

Re: [cmake-developers] Improved support for using cmake-based libraries in non-cmake projects

2011-06-06 Thread Alexander Neundorf
On Monday, June 06, 2011 03:44:20 PM Brad King wrote: On 06/05/2011 07:14 PM, Eric Noulard wrote: 2011/6/4 Alexander Neundorf neund...@kde.org: * if so, it will check that for FOO_INCLUDES and FOO_LIBRARIES * create the command line arguments for the compiler from that * print

Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-06 Thread Alexander Neundorf
On Monday, June 06, 2011 03:26:03 PM Brad King wrote: On 06/04/2011 06:30 AM, Alexander Neundorf wrote: What do you think about adding this as a built-in feature to find_package(), i.e. add a argument OPTIONAL to find_package(), then probably also a COMMENT. The interface to find_package