[CMake] CPACK WIX shortcuts

Tiago Macarios tiagomacarios at gmail.com
Thu Nov 3 21:22:28 EDT 2016


Yup that did it! Thanks!

On Thu, Nov 3, 2016 at 12:10 PM, Nils Gladitz <nilsgladitz at gmail.com> wrote:

> On 03.11.2016 19:32, Tiago Macarios wrote:
>
>>
>>
>> And I am building it like so:
>> mkdir build
>> cd build
>> cmake ..
>> cmake --build . --config Release
>> cpack -G WIX
>>
>
> You are using a multi-configuration generator (Visual Studio).
>
> As you do in the build try specifying a configuration to be packaged when
> invoking cpack (the "PACKAGE" target that cmake generates does this by
> default):
> e.g. cpack -C Release -G WIX
>
> The install properties are only generated for the known configurations.
>
> Nils
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20161103/b28e6a2a/attachment.html>


More information about the CMake mailing list