[CMake] NMake problems when upgrading to CMake 2.6.2
Luke Kucalaba
lkucalaba at dsci.com
Thu Oct 9 12:33:14 EDT 2008
That worked! Many Thanks. The quotes must have been messing up CMake
somehow. This issue is now resolved.
Luke
________________________________
From: David Cole [mailto:david.cole at kitware.com]
Sent: Thursday, October 09, 2008 12:34 PM
To: Luke Kucalaba
Cc: cmake at cmake.org
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
CMake at cmake.org
http://www.cmake.org/mailman/listinfo/cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081009/0944ee1e/attachment.htm>
More information about the CMake
mailing list