On Tue, Jun 8, 2010 at 2:52 PM, Torri, Stephen CIV NSWCDD, W15
<stephen.to...@navy.mil> wrote:
> I was wondering if it was possible to have a CMake project that builds a 
> Microsoft Visual Studio Project produce an NSIS installer for each kind of 
> build (e.g. debug, release, RelWithDebug). Right now I can build the project 
> via Visual Studio for all the build types which is great. Now I would like to 
> have one NSIS installer for each type. Is that possible?
>

Copy the package then switch the build type in visual studio and then
run package. The file overwrites the previous nsis package with the
same name but I am pretty sure it builds for the current
configuration.

John
_______________________________________________
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