Arjen Markus wrote:
> I am running into very similar problems with the Compaq Visual Fortran 
> compiler on Windows: 
> 
> When CMake tests if this is an acceptable compiler, the
> generated makefile contains partly Windows-style paths (c:\...) and
> partly UNIX-style (c:/....).

Are you saying that some paths look like

  c:\part\of\path/rest/of/path

or that some paths are

  c:\windows\sytle

and others are

  c:/posix/style

?

Where does each kind of path appear?  What generator are you using?

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

Reply via email to