When using INSTALL its possible to first build with release and then debug into the same target directory, but with PACKAGE this is not possible. First I build with release I get only release libraries into an installer (running under windows using NSIS) second, if I build with debug, I get a new one, with only debug.
Is there something I can do with the INSTALL command to get both libraries/apps to be packaged into the same pack? On Tue, Apr 28, 2009 at 7:23 PM, Anders Backman <ande...@cs.umu.se> wrote: > Is it possible (and if so how) to use Cpack and create a package with files > both from Debug and Release under windows? > > /A
_______________________________________________ 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