Re: [CMake] digging in the dark corners of the command line argument interpreter

2006-12-13 Thread Axel Roebel
On Wednesday 13 December 2006 16:47, Alan W. Irwin wrote: > On 2006-12-13 10:29+0100 Axel Roebel wrote: > > Dear CMakers > > > > I run into a little problem with the command line flag -D. > > I'll often use the command line flag -D to pass variables to cmake. > > Because typing long names like > >

Re: [CMake] digging in the dark corners of the command line argument interpreter

2006-12-13 Thread Alan W. Irwin
On 2006-12-13 10:29+0100 Axel Roebel wrote: Dear CMakers I run into a little problem with the command line flag -D. I'll often use the command line flag -D to pass variables to cmake. Because typing long names like -DTT_EXECUTABLE:PATH=tt is boring I was pretty happy to see that I could do -

[CMake] digging in the dark corners of the command line argument interpreter

2006-12-13 Thread Axel Roebel
Dear CMakers I run into a little problem with the command line flag -D. I'll often use the command line flag -D to pass variables to cmake. Because typing long names like -DTT_EXECUTABLE:PATH=tt is boring I was pretty happy to see that I could do -DTT_EXECUTABLE=tt as well. Before you start s