On Thu, Aug 17, 2017 at 3:10 PM, Matwey V. Kornilov <
matwey.korni...@gmail.com> wrote:
> Hello,
>
> What is recommended way to locate and merge MS redistributable *.msm file
> into final *.msi installer produced by CPack and WIX?
>
> It seems to be a quite common task but I cannot find any mentio
On Fri, Aug 18, 2017 at 6:23 AM, Craig Scott
wrote:
>
>
> On Fri, Aug 18, 2017 at 5:05 AM, Konstantin Podsvirov <
> konstan...@podsvirov.pro> wrote:
>
>> Hello Clément Gregoire!
>>
>> 17.08.2017, 21:55, "Clément Gregoire" :
>> > So the following worked for me:
>> >
>> > move cmake-gui.exe, all dl
On Fri, Aug 18, 2017 at 5:05 AM, Konstantin Podsvirov <
konstan...@podsvirov.pro> wrote:
> Hello Clément Gregoire!
>
> 17.08.2017, 21:55, "Clément Gregoire" :
> > So the following worked for me:
> >
> > move cmake-gui.exe, all dlls and qt.conf to a "cmkae/bin/gui" subfolder
> >
> > create a batch
Hello Clément Gregoire!
17.08.2017, 21:55, "Clément Gregoire" :
> So the following worked for me:
>
> move cmake-gui.exe, all dlls and qt.conf to a "cmkae/bin/gui" subfolder
>
> create a batch file named
>
> cmake-gui.bat
>
> with the following content
>
> @echo off
> start "" /B "%~dp0\gui\cmake-
So the following worked for me:
move cmake-gui.exe, all dlls and qt.conf to a "cmkae/bin/gui" subfolder
create a batch file named
cmake-gui.bat
with the following content
@echo off
start "" /B "%~dp0\gui\cmake-gui.exe" %*
And modify qt.conf so that the plugin directory is correct :
from
Hi, I have created cmake target, say A , and want to install it and create a
Config file, so that the installed package could be relocatable. My code is:
install(EXPORT ${PROJECT_NAME}Targets
FILE ${PROJECT_NAME}Targets.cmake
NAMESPACE ${PROJECT_NAME}::
DESTINATION ??? ) Here, I
Hello,
What is recommended way to locate and merge MS redistributable *.msm
file into final *.msi installer produced by CPack and WIX?
It seems to be a quite common task but I cannot find any mention.
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
h