[CMake] building cmake-gui from source...

Brad King brad.king at kitware.com
Mon May 16 10:20:14 EDT 2011


On 05/16/2011 04:41 AM, Dick Munroe wrote:
> The reason for all this was that I need Intel Fortran Composer XE 11.x 
> support for VS 8 2005.  Here's the patch that gets it for me:
[snip]
> +  // Version 12 actually uses 11.0 in project files!.
> +  if (intelVersion == "12.0")
> +	{
> +	intelVersion = "11.0" ;
> +	}

I applied a similar fix upstream:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3a8add05

Thanks,
-Brad


More information about the CMake mailing list