pm
Subject: Re: [CMake] ExternalProject BUILD_COMMAND and Visual Studio
Express 2010
On Sat, Nov 23, 2013 at 08:54:24AM -0700, Macumber, Daniel wrote:
Thanks Magnus, is there a reliable way to get the path to
vcvarsall.bat that will work for various versions of Visual Studio
(express or not)?
I do
On Sat, Nov 23, 2013 at 08:54:24AM -0700, Macumber, Daniel wrote:
> Thanks Magnus, is there a reliable way to get the path to
> vcvarsall.bat that will work for various versions of Visual Studio
> (express or not)?
I don't know of any sure way of doing that, but if vcvarsall.bat is
located in the
Thanks Magnus, is there a reliable way to get the path to vcvarsall.bat that
will work for various versions of Visual Studio (express or not)?
Dan
On Fri, Nov 22, 2013 at 08:49:07PM -0700, Macumber, Daniel wrote:
> Our project is using ExternalProject_Add to build Ruby. Our
> BUILD_COMM
On Fri, Nov 22, 2013 at 08:49:07PM -0700, Macumber, Daniel wrote:
> Our project is using ExternalProject_Add to build Ruby. Our
> BUILD_COMMAND on Windows is "cd
> ${CMAKE_BINARY_DIR}/Ruby-prefix/src/Ruby-build && nmake". This
> works using the professional versions of Visual Studio. However,
>
Our project is using ExternalProject_Add to build Ruby. Our BUILD_COMMAND on
Windows is "cd ${CMAKE_BINARY_DIR}/Ruby-prefix/src/Ruby-build && nmake". This
works using the professional versions of Visual Studio. However, using Visual
Studio Express 2010 I get an error that nmake is not a known
I should also add that I am building in 64 bit mode and had to install the 7.1
SDK along with a compiler patch to get Visual Studio 2010 express working at
all for 64 bit builds.
Dan
From: Macumber, Daniel
Sent: Friday, November 22, 2013 8:49 PM
To: cmake@cmake.org
Subject: ExternalProject BUIL