[CMake] CPack WIX: Using FirewallException

2013-11-11 Thread Daiwei Li
Hello, I'm having trouble adding a FirewallException ( http://wixtoolset.org/documentation/manual/v3/xsd%5Cfirewall%5Cfirewallexception.html) element for my main executable. The documentation says that it must have a File or Component parent, both of which are generated by the CPack WIX generator.

[CMake] simple program, os x library archive error, linux no issues

2013-11-11 Thread jmerkow
Hello I am developing a few simple programs that use ITK/VTK. I am making a few image filters for ITK and I have some test .cxx files to test them out. This process is going smoothly except that 'make' returns an error when I use it on OS X. here is the error: Scanning dependencies of target Le

Re: [CMake] multi core project

2013-11-11 Thread Eric Noulard
2013/11/11 Arne Pagel : > Dear all, > > I am using cmake for an embedded environment where I now have to add multi > core support. > > In this case I have a Controller with up to 4 different cores! > There is for example one core dedicated for fast peripheral access, > one core for with additional

[CMake] multi core project

2013-11-11 Thread Arne Pagel
Dear all, I am using cmake for an embedded environment where I now have to add multi core support. In this case I have a Controller with up to 4 different cores! There is for example one core dedicated for fast peripheral access, one core for with additional dsp instructions and so on. For 3 Con

[CMake] External MS Project and setting active configuration

2013-11-11 Thread Magnus Therning
Hi, I'm trying to work out how to use include_external_msproject() properly. What I have so far isn't quite correct without a bit of manual configuration in VS after generating the solution+project files, which isn't quite the way I want it, of course. What I'm struggling with is connecting the

Re: [CMake] Install multiple components using CPack

2013-11-11 Thread Mark Stijnman
On Tue, Nov 5, 2013 at 12:11 PM, Alexander Broekhuis wrote: > Hi all, > > I have a CMake project for which I want to generate a RPM and/or ZIP file. > But instead of including all components/groups I want to control this. > > I do know I can create a CPack configuration file to create a package fo

Re: [CMake] CPack, Wix using util:XmlFile

2013-11-11 Thread Nils Gladitz
On 11/11/2013 09:21 AM, Lars Lars wrote: I am still quite new to CMake so execuse the igorance but does merging the issue into next mean it will be included in the next release? It means it is being tested on the Dashboards and assuming there are no issues it will be merged to "master" which i

Re: [CMake] Elegant solution for preprocessing a linker script?

2013-11-11 Thread Michael Weise
Hi Robert, thanks very much, with an additional add_custom_target() it's working! Best Regards Michael PS: This is the complete CMakeLists.txt (for future reference): project (cmake_test_custom_command) cmake_minimum_required (VERSION 2.8) set(CMAKE_MAKE_PROGRAM c:/devel/msys-gcc-m68k-elf/

Re: [CMake] CPack, Wix using util:XmlFile

2013-11-11 Thread Lars Lars
Date: Sun, 10 Nov 2013 21:20:47 +0100 From: nilsglad...@gmail.com To: laasu...@hotmail.com; cmake@cmake.org Subject: Re: [CMake] CPack, Wix using util:XmlFile On 10.11.2013 17:46, Lars Lars wrote: Just a follow up question,