[CMake] Windows ifort problems, possible bug

Alin M Elena alin.elena at qub.ac.uk
Wed Dec 5 03:09:45 EST 2007


Hi Bill,

That was the problem. Even if in the shell (PowerShell) I had a touch
available loaded through the profile script cmake wanted a proper one.
Fixed it now and nmake build is ok. 

Alin


____________________________________________________________________
"...if the universities will not study useless subjects, who will?"
                           G. F. Fitzgerald, Nature, 45/46, 392 (1892)
______________________________________________________________________
Mr. Alin M. ELENA
Atomistic Simulation Centre
School of Mathematics and Physics
Queen's University Belfast
Office: +44 (0)28 9097 1428
Fax: +44 (0)28 9097 5359
http://titus.phy.qub.ac.uk/group/Alin/
alin.elena at yahoo.co.uk
alin.elena at qub.ac.uk
______________________________________________________________________


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