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")
> + {
> + int
Thanks to the last person who pointed out a bit I missed in the QT
documentation. Once I updated my VS2005 installation all was well.
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:
--- cmake_2.8.4-patches/t