Can you try this:
In the .vfproj file that works it has this:

<VisualStudioProject ProjectType="typeStaticLibrary" ProjectCreator="Intel Fortran" Keyword="Static Library" Version="9.10" ProjectIdGuid="{3963F5B6-C0D8-4C36-8503-131A2F661664}">

In the one that does not work, it looks like this:

<VisualStudioProject ProjectType="typeStaticLibrary" ProjectCreator="Intel Fortran" Version="9.10" ProjectIdGuid="{055FF2D2-F23D-4ADD-9E8C-3EDC2DAAF5E5}">

Can you add this to the cmake one:

Keyword="Static Library"

-Bill
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to