[cmake-developers] [CMake 0012255]: CMAKE_SIZEOF_VOID_P not set

2011-06-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12255 == Reported By:Vivien Delmon Assigned To:

Re: [cmake-developers] Integration of manpage installation

2011-06-08 Thread Eric Noulard
2011/6/7 Michael Wild them...@gmail.com: On 06/07/2011 07:40 PM, Werner Mahr wrote: Michael Wild wrote: [...] I don't think that writing stuff like this in many different projects is a good idea, that's why I proposed to include it native in cmake. ADD_EXECUTABLE(app, sources)

[cmake-developers] [CMake 0012256]: cpack should sanitize component names

2011-06-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=12256 == Reported By:Daniel Franke Assigned To:

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

2011-06-08 Thread Alexander Neundorf
On Tuesday, June 07, 2011 02:34:06 PM Eric Noulard wrote: 2011/6/7 Alexander Neundorf neund...@kde.org: 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 the keyword OPTIONAL to

Re: [cmake-developers] Getting some stuff from KDE into cmake

2011-06-08 Thread Alexander Neundorf
On Saturday, June 04, 2011 10:09:57 AM Alexander Neundorf wrote: Hi, I'm currently at the KDE Platform Sprint, where we (a bunch of KDE developers) are discussing how to move on with the KDE platform. This includes some things regarding cmake. When we introduced cmake in KDE, there were not

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

2011-06-08 Thread Clinton Stimpson
On Jun 8, 2011, at 12:08 PM, Alexander Neundorf wrote: On Tuesday, June 07, 2011 02:34:06 PM Eric Noulard wrote: 2011/6/7 Alexander Neundorf neund...@kde.org: 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

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Alexander Neundorf
On Monday, June 06, 2011 03:37:16 PM Brad King wrote: 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.

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Bill Hoffman
On 6/8/2011 2:59 PM, Alexander Neundorf wrote: The two things are - BSD licensing, we did that 3 years ago: http://quickgit.kde.org/?p=automoc.gita=commith=78fdba1e2d96bc45512531748ffb770cb1124798 -and porting to STL+cmsys, we did that now Beside that, I didn't ask explicitely, but I'm sure

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Brad King
On 6/8/2011 3:33 PM, Clinton Stimpson wrote: It seems an extra tool is needed at build time to handle qrc files correctly, and I'm wondering if a generic tool could handle both this and the autmoc. It is not possible to implement custom build-time dependency scanning in VS IDE projects without

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Brad King
On 6/8/2011 2:59 PM, Alexander Neundorf wrote: The two things are - BSD licensing, we did that 3 years ago: http://quickgit.kde.org/?p=automoc.gita=commith=78fdba1e2d96bc45512531748ffb770cb1124798 -and porting to STL+cmsys, we did that now Great. Please push a topic to the stage for

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Michael Wild
On 06/08/2011 09:24 PM, Bill Hoffman wrote: On 6/8/2011 2:59 PM, Alexander Neundorf wrote: The two things are - BSD licensing, we did that 3 years ago: http://quickgit.kde.org/?p=automoc.gita=commith=78fdba1e2d96bc45512531748ffb770cb1124798 -and porting to STL+cmsys, we did that now

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

2011-06-08 Thread Brad King
On 6/8/2011 2:08 PM, Alexander Neundorf wrote: This would make the options available for cmake-based projects more consistent. This issue comes up regularly from new users. The option() command adds options. The add_subdirectory command adds subdirectories. The find_package command finds

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

2011-06-08 Thread Nicolas Desprès
On Wed, Jun 8, 2011 at 8:08 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday, June 07, 2011 02:34:06 PM Eric Noulard wrote: 2011/6/7 Alexander Neundorf neund...@kde.org: On Monday, June 06, 2011 03:26:03 PM Brad King wrote: On 06/04/2011 06:30 AM, Alexander Neundorf wrote: [...]

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread James Bigler
On Wed, Jun 8, 2011 at 1:35 PM, Brad King brad.k...@kitware.com wrote: On 6/8/2011 3:33 PM, Clinton Stimpson wrote: It seems an extra tool is needed at build time to handle qrc files correctly, and I'm wondering if a generic tool could handle both this and the autmoc. It is not possible

[cmake-developers] [CMake 0012258]: include_directories(SYSTEM ...) not functional with GNU Makefiles

2011-06-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12258 == Reported By:Campbell Barton Assigned To:

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Rolf Eike Beer
Clinton Stimpson wrote: On Wednesday, June 08, 2011 12:59:36 pm Alexander Neundorf wrote: Beside that, I didn't ask explicitely, but I'm sure without automoc cmake is out of the game for becoming the buildsystem for Qt5 (because in Qt4 they do automoc in qmake). What if this was a