Re: [CMake] Setting default make options for Makefiles generator

2009-03-06 Thread Bill Hoffman
Adolfo Rodríguez wrote: If none of the developers sees any important issue with this proposal, I'll submit a feature request based on what has been discussed in the current thread. Thanks all, I am not sure I like the idea. It is too make specific. The makefiles that cmake generates shou

Re: [CMake] Setting default make options for Makefiles generator

2009-03-06 Thread Adolfo Rodríguez
If none of the developers sees any important issue with this proposal, I'll submit a feature request based on what has been discussed in the current thread. Thanks all, On Thu, Mar 5, 2009 at 11:23 AM, Adolfo Rodríguez wrote: > > > On Thu, Mar 5, 2009 at 11:17 AM, Kito Berg-Taylor > wrote: >

Re: [CMake] Setting default make options for Makefiles generator

2009-03-05 Thread Adolfo Rodríguez
On Thu, Mar 5, 2009 at 11:17 AM, Kito Berg-Taylor wrote: > I would like to second this idea, because it would solve another problem > I'm having regarding CMake and environment variables. > Oh, now that you mention environment variables, I think I could also benefit from that too! > Not to men

Re: [CMake] Setting default make options for Makefiles generator

2009-03-05 Thread Kito Berg-Taylor
I would like to second this idea, because it would solve another problem I'm having regarding CMake and environment variables. Not to mention that being able to set the default to -j4 would be useful for internal projects where it's known that all machines building the project will have uniform h

Re: [CMake] Setting default make options for Makefiles generator

2009-03-05 Thread Michael Wild
On 5. Mar, 2009, at 10:53, Adolfo Rodríguez wrote: I would definitely support the idea. It's more or less what I was looking for. I have a question on the proposal: Would the -Go flags have to be set once per build folder (as the -G flag is), or could it be reset in succesive runs of cmake

Re: [CMake] Setting default make options for Makefiles generator

2009-03-05 Thread Adolfo Rodríguez
I would definitely support the idea. It's more or less what I was looking for. I have a question on the proposal: Would the -Go flags have to be set once per build folder (as the -G flag is), or could it be reset in succesive runs of cmake? Both alternatives would work for me, but I think I prefer

Re: [CMake] Setting default make options for Makefiles generator

2009-03-05 Thread Eric Noulard
2009/3/5 Adolfo Rodríguez : > Thanks Philip, > > I had considered the alias option before, but wanted to rule out that there > was no way of doing it the scope of a cmake project, however strange that > may sound. I will probably take that path now. Note that I find the idea of being able to pass

Re: [CMake] Setting default make options for Makefiles generator

2009-03-05 Thread Adolfo Rodríguez
Thanks Philip, I had considered the alias option before, but wanted to rule out that there was no way of doing it the scope of a cmake project, however strange that may sound. I will probably take that path now. Cheers, Adolfo On Thu, Mar 5, 2009 at 7:37 AM, Philip Lowman wrote: > On Wed, Mar

Re: [CMake] Setting default make options for Makefiles generator

2009-03-04 Thread Philip Lowman
On Wed, Mar 4, 2009 at 10:55 AM, Adolfo Rodríguez wrote: > Hi, > > I was wondering if it's possible to specify with cmake default options to > the make command, i.e., when I type "make foo", it would be equivalent to > "make -j foo", or "make -C some/path foo". My first impression is that > messi

[CMake] Setting default make options for Makefiles generator

2009-03-04 Thread Adolfo Rodríguez
Hi, I was wondering if it's possible to specify with cmake default options to the make command, i.e., when I type "make foo", it would be equivalent to "make -j foo", or "make -C some/path foo". My first impression is that messing around with what "make" does is out of the scope of cmake (and mayb