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
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake