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/
[EMAIL PROTECTED]
[EMAIL PROTECTED]
______________________________________________________________________


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

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

Reply via email to