[CMake] Windows ifort problems, possible bug

Bill Hoffman bill.hoffman at kitware.com
Tue Dec 4 13:51:24 EST 2007


Alin M Elena wrote:
> Hi Bill,
> 
> Got a touch in the shell. It seems that it does not change anything.
> I have filled a bug report.
> 

It must not be in your path then...

This is the error you are getting:

[ 50%] Building Fortran object CMakeFiles/hello.dir/constants.obj
'touch' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'touch' : return code '0x1'


It is pretty clear that nmake tries to run touch and does not find it.

-Bill


More information about the CMake mailing list