Re: [CMake] Packaging issues

2017-04-03 Thread Konstantin Podsvirov
Hello Volker! 03.04.2017, 18:50, "Volker Enderlein" : > Am 03/04/2017 um 12:30 schrieb Volker Enderlein: >>  Hi, >> >>  I'm facing problems using the packaging with CPACK. >> >>  I try to build three different packages, a MSI (via WIX), an IFW, and >>  a ZIP package. >> >>  According to the docume

Re: [CMake] Packaging issues

2017-04-03 Thread Volker Enderlein
Am 03/04/2017 um 12:30 schrieb Volker Enderlein: Hi, I'm facing problems using the packaging with CPACK. I try to build three different packages, a MSI (via WIX), an IFW, and a ZIP package. According to the documentation I set the following variables in my CMakeLists.txt (and a few more wh

Re: [CMake] Packaging issues

2017-04-03 Thread Volker Enderlein
Am 03/04/2017 um 12:54 schrieb Domen Vrankar: 2017-04-03 12:30 GMT+02:00 Volker Enderlein >: But when I checked the CPack*Config.cmake files none of the entries above are referenced. After running the `cmake -G "Visual Studio 14 2015 Win64" .

Re: [CMake] Packaging issues

2017-04-03 Thread Domen Vrankar
2017-04-03 12:30 GMT+02:00 Volker Enderlein < volker.enderl...@ifm-chemnitz.de>: > But when I checked the CPack*Config.cmake files none of the entries above > are referenced. After running the `cmake -G "Visual Studio 14 2015 Win64" > ..\TestProject` a second time everything is fine; the entries a

[CMake] Packaging issues

2017-04-03 Thread Volker Enderlein
Hi, I'm facing problems using the packaging with CPACK. I try to build three different packages, a MSI (via WIX), an IFW, and a ZIP package. According to the documentation I set the following variables in my CMakeLists.txt (and a few more which are required): set(CPACK_WIX_ROOT "C:/Temp/W