RE: [CMake] case in IF statements

2006-06-15 Thread Ken Martin
>From bug id #3119 I looked into this. The issue is that NOT is an argument to the if command and currently arguments are not case insensitive. To make this change and be consistent we would need to modify every command in cmake to be case insensitive to its arguments which might be a good idea, b

Re: RE: [CMake] case in IF statements

2006-06-15 Thread Alexander Neundorf
Original-Nachricht Datum: Thu, 15 Jun 2006 12:14:39 -0400 Von: Ken Martin <[EMAIL PROTECTED]> An: \'Karl Merkley\' <[EMAIL PROTECTED]>, cmake@cmake.org Betreff: RE: [CMake] case in IF statements > >>From bug id #3119 > > I looked into this.