Re: [CMake] Gyp VS CMake

2011-02-20 Thread Jesper Eskilson
On 02/19/2011 06:27 PM, Michael Wild wrote: On 02/19/2011 06:16 PM, Jed Brown wrote: On Fri, Feb 18, 2011 at 17:16, Michael Wild wrote: Well, cl.exe for one doesn't do this trick. This means, you'll have to put it in your build system, and once you've done that, why should you use the compile

Re: [CMake] Cross-compiling: Cmake compiler and ABI check don´t work / TRY_COMPILE and EXECUTABLE_SUFFIX problem

2011-02-20 Thread Schmid Alexander
On Friday 18 February 2011, Schmid Alexander wrote: > Hi, > > of course, I´d like to have you think further about it, so here you go... ;-) > This is the toolchain file I use. > The specialty about is that I want to use the ARMCC as compiler and an > SDK-provided linker tool for linking. > > # th

Re: [CMake] Solution folders

2011-02-20 Thread Rolf Eike Beer
> Does set_target_properties( ... FOLDER ... ) make source_group > unnecessary? Or are they intended for different uses? (I don't have a > Visual Studio at hand to test) source_group ist for grouping files inside a project, FOLDER groups projects inside the solution. Eike ___

Re: [CMake] Solution folders

2011-02-20 Thread Pau Garcia i Quiles
On Sun, Feb 20, 2011 at 5:55 PM, David Cole wrote: >>> Doesn't seem to work. Where is this documented ? Seems very hinky to have >>> a FOLDER target property, and then >>> have it globally disabled ? > > Those properties were first introduced in v2.8.3, that's why it didn't > do anything for 2.8.2

Re: [CMake] CTestDashboardTargets targets should be captured under PREDEFINED_TARGETS_FOLDER?

2011-02-20 Thread David Cole
In CTestTargets.cmake (included from CTest.cmake), there are lines that read: SET_PROPERTY(TARGET ... PROPERTY FOLDER "CTestDashboardTargets") That's the thing that assigns that folder value to those targets. It's explicitly separated from the CMake predefined targets folder because they are tw

Re: [CMake] Solution folders

2011-02-20 Thread Robert Bielik
David Cole skrev 2011-02-20 17:55: Those properties were first introduced in v2.8.3, that's why it didn't do anything for 2.8.2... :-) hehe... yeah, well... humpte dumpte dum... ;) /Rob ___ Powered by www.kitware.com Visit other Kitware open-sour

Re: [CMake] Solution folders

2011-02-20 Thread David Cole
On Sun, Feb 20, 2011 at 5:08 AM, Robert Bielik wrote: > Robert Bielik skrev 2011-02-20 10:54: >> >> John Drescher skrev 2011-02-19 17:33: >>> >>> #Use solution folders. >>> set_property(GLOBAL PROPERTY USE_FOLDERS ON) >> >> Doesn't seem to work. Where is this documented ? Seems very hinky to have

[CMake] CTestDashboardTargets targets should be captured under PREDEFINED_TARGETS_FOLDER?

2011-02-20 Thread Johan Björk
Hey guys, I am not quite sure if PREDEFINED_TARGETS_FOLDER is supposed to also contain targets created by external modules (CTest). What do you guys think? Right now there seems to be no straightforward way to move the CTestDashboardTargets folder away from the other toplevel targets. Should be tr

Re: [CMake] Solution folders

2011-02-20 Thread Robert Bielik
Robert Bielik skrev 2011-02-20 10:54: John Drescher skrev 2011-02-19 17:33: #Use solution folders. set_property(GLOBAL PROPERTY USE_FOLDERS ON) Doesn't seem to work. Where is this documented ? Seems very hinky to have a FOLDER target property, and then have it globally disabled ? My bad. Up

Re: [CMake] Solution folders

2011-02-20 Thread Robert Bielik
John Drescher skrev 2011-02-19 17:33: #Use solution folders. set_property(GLOBAL PROPERTY USE_FOLDERS ON) Doesn't seem to work. Where is this documented ? Seems very hinky to have a FOLDER target property, and then have it globally disabled ? /Rob