[CMake] Can't compile a quite simple Fortran static library

Bill Hoffman bill.hoffman at kitware.com
Thu Aug 21 09:43:05 EDT 2008


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


More information about the CMake mailing list