Re: [CMake] CMake 2.8.11-rc4 ready for testing! - WiX

2013-05-09 Thread Bill V
- 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

Re: [CMake] CTest with multiple directories: problem with absolute paths

2009-06-01 Thread Bill 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.

Re: [CMake] CTest with multiple directories: problem with absolute paths

2009-05-29 Thread Bill V
> 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

Re: [CMake] CTest with multiple directories: problem with absolute paths

2009-05-29 Thread Bill V
> 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