[cmake-developers] [PATCH 3/3] VS: Pass MSVC compiler flags in upper case

Brad King brad.king at kitware.com
Tue Sep 9 08:29:53 EDT 2014


On 09/09/2014 05:31 AM, Bach, Pascal wrote:
> Maybe a better solution would be to do this matching in a case insensitive way,
> this way it would work in any case even with user passed flags in lower case.

I'm saying that some flags are case sensitive and others are not.
We cannot blindly match all "cl" flags insensitive to case, for
example.  Anyway, I think just matching the case is good enough
for now.

Thanks,
-Brad




More information about the cmake-developers mailing list