<div dir="ltr">Hi, <div><br></div><div style>Since the syntax can change between version of Visual Studio, you could try to use cmake directly:</div><div style><br></div><div style> cd C:\path\to\project-build</div><div style>
cmake.exe --build . --target INSTALL --config Release</div><div style><br></div><div style>See <a href="http://www.cmake.org/cmake/help/v2.8.10/cmake.html#opt:--builddir">http://www.cmake.org/cmake/help/v2.8.10/cmake.html#opt:--builddir</a></div>
<div style><br></div><div style><br></div><div style>Alternatively, you could also open the associated solution file in visual studio and build the INSTALL target.</div><div style><br></div><div style>Hth</div><div style>
Jc</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 12, 2013 at 5:58 PM, Paul Smith <span dir="ltr"><<a href="mailto:paul@mad-scientist.net" target="_blank">paul@mad-scientist.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, 2013-04-12 at 17:04 -0400, Jean-Christophe Fillion-Robin wrote:<br>
> Hi Paul,<br>
<br>
> Set option CMAKE_INSTALL_PREFIX to a location of your choice<br>
<br>
> Then, build INSTALL target<br>
<br>
</div>Hi; thanks a lot for your answer! I was able to set<br>
CMAKE_INSTALL_PREFIX; thanks for that.<br>
<br>
Can you give a specific example of how to "build INSTALL target"? I<br>
can't figure out how that should work. For example I tried:<br>
<br>
devenv CMake.sln /Build INSTALL<br>
<br>
but that didn't work; I got this error:<br>
<br>
Invalid solution configuration<br>
<br>
I've tried lots of other options, like "/Deploy INSTALL", just "INSTALL"<br>
by itself, etc. and they all fail with various errors.<br>
<br>
I'm afraid I'm not very knowledgeable about Windows :-(.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>+1 919 869 8849<br>
</div>