That worked!  Many Thanks.  The quotes must have been messing up CMake
somehow.  This issue is now resolved.

 

Luke

 

________________________________

From: David Cole [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2008 12:34 PM
To: Luke Kucalaba
Cc: [email protected]
Subject: Re: [CMake] NMake problems when upgrading to CMake 2.6.2

 

Change these:

set PATH="%VCToolkitInstallDir%bin";%PATH%

set INCLUDE="%VCToolkitInstallDir%include";%INCLUDE%

set LIB="%VCToolkitInstallDir%lib";%LIB%

 

to these:

set PATH=%VCToolkitInstallDir%bin;%PATH%

set INCLUDE=%VCToolkitInstallDir%include;%INCLUDE%

set LIB=%VCToolkitInstallDir%lib;%LIB%

 

Get rid of the " entirely...

 

 

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

 

 

 

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to