[CMake] Re: TRY_COMPILE painful for tool testing

Brad King brad.king at kitware.com
Thu Sep 21 10:19:53 EDT 2006


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


More information about the CMake mailing list