Re: [CMake] Benchmarking with CMake

2015-11-10 Thread Matt McCormick
Hi Mate, This blog post has an example of parsing and visualizing CTestCostData.txt. Although, that file was not created for that purpose: http://www.kitware.com/blog/home/post/556 Cheers, Matt On Mon, Nov 9, 2015 at 5:21 PM, Nagy-Egri Máté Ferenc wrote: > Hi! > > > > Can anyone tell me if

[CMake] Configuration dependent link

2015-11-10 Thread Stephan Menzel
Hello, I am trying to have config dependent link. Basically, coming from a set of 3rd party location scripts I have a Visual Studio target which I would like to equip with imported libs rather than the existing "manual" scripts. With that I have a few trouble that maybe someone can help me with.

Re: [CMake] WIX installer fails for shared files

2015-11-10 Thread Mark Stijnman
On Tue, Nov 10, 2015 at 9:22 AM, Nils Gladitz wrote: > On 11/09/2015 08:29 PM, Mark Stijnman wrote: > > I think there should be a change in the CMake/CPack behavior here, > regardless of whether the WiX generator will be extended to support this > use case. For generators that support the same fi

[CMake] Visual Studio variable in include_directories path?

2015-11-10 Thread Stuermer, Michael SP/HZA-ZSEP
I would like to add a Visual Studio variable such as $(VCInstallDir) to the include directories of a target. include_directories() obviously does not work, as cmake thinks the path is relative and the project path is prepended to my initial value. Any hints how I can do this? PS: the same with

Re: [CMake] WIX installer fails for shared files

2015-11-10 Thread Nils Gladitz
On 11/09/2015 08:29 PM, Mark Stijnman wrote: Not in WiX, though - installing the same file from more than one feature is common practice. The shared component will just get a higher reference count. Installing different files to the same location, on the other hand, *is* an error in WiX, whic