On Fri, 2013-04-12 at 18:07 -0400, Jean-Christophe Fillion-Robin wrote:

> Since the syntax can change between version of Visual Studio, you
> could try to use cmake directly:
> 
>   cd C:\path\to\project-build
>   cmake.exe  --build . --target INSTALL --config Release

That worked perfectly; I wasn't aware of this.  Much simpler.  Thanks!

Michael Jackson <mike.jack...@bluequartz.net> wrote:

> msbuild /p:Configuration=Release INSTALL.vxproj

This didn't work for me; there's no "msbuild" on my system.  Looks like
something I need to install separately.

Thanks for the help, I seem to have things under control now.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to