- CPack: Added WiX Package Generator
Are there any 'available' software packages with the Wix Generator
already configured and running under CPack we could use to test the
build and get some experience with WiX?
Any CMake/CPack tests or examples?
Thank you,
Bill
--
Powered by www.kitware.com
V
ug for this, and include a small complete example that shows
> the problem?
I've submitted issue 9090 which describes what we're seeing and a
potential fix.We can put together an archive of the sample build
files if that would help with the reproduction.
> Tyler said:
> Btw, there is a discrepancy between how subdirs works in CTest vs how it
> works in CMake. Compare CTest/cmCTestTestHandler::cmCTestSubdirCommand
> with cmSubdirCommand::cmSubdirCommand.
>
I added a small test for relative vs absolute paths to
ctest/cmCTestTestHandler.cxx. The modi
> Question 3: Why *does* it work if I switch to using relative paths
> instead of absolute paths?
>
> If I edit my CTestTestfile.cmake to instead use a relative path to that
> same directory:
>
> SUBDIRS(../../../../path/to/unittest/_build/linux/debug)
The subdir code in CMAKE proper (cmSubdirCom