Re: [CMake] creating start menu items

2015-02-12 Thread Nils Gladitz
On 02/13/2015 07:52 AM, Paul Anton Letnes wrote: I have been unable to come across any documentation on how the WiX CPack generator can create start menu items. I'll need to create items both for a few PDFs (documentation) and for an executable or two. Is this supported, or do I need to write my

[CMake] creating start menu items

2015-02-12 Thread Paul Anton Letnes
Hi! I have been unable to come across any documentation on how the WiX CPack generator can create start menu items. I'll need to create items both for a few PDFs (documentation) and for an executable or two. Is this supported, or do I need to write my own XML patch file and give that to WiX? C

[CMake] [ANNOUNCE] CMake 3.1.3 Released

2015-02-12 Thread Robert Maynard
We are pleased to announce that CMake 3.1.3 is now available for download. Please use the latest release from our download page: http://www.cmake.org/download/ Thanks for your support! - Changes in 3.1.3 since 3.1.2: Brad

[CMake] Buils executable vs Installed executable

2015-02-12 Thread Sergio Vera
Dear CMake users, I'm developing an app using CMake in Fedora 20 and so far it's working properly in the build directory. However, I've recently added some Install target commands so I can prepare it for packaging with CPack. However, when I "make install" my app, the application no longer runs an

[CMake] Problem with CMAKE_AUTOMOC files not being regenerated or cleaned

2015-02-12 Thread René Tschirley
Hi all, I have the problem that my automatically generated Qt files are not cleaned up, similar to the problem described in http://www.cmake.org/pipermail/cmake/2013-April/054555.html. Simplified the problem and verified if the set_directory_properties trick works. It does not work for me. U