Re: [cmake-developers] #16633: make CTestTestfile.cmake output dir possible to control

2017-02-14 Thread Brad King
On 02/14/2017 10:54 AM, Giel van Schijndel wrote: > I think it may be easier to do this inside CMake by generating the "new" > form of the add_test() command in the produced CTestTestfile.cmake. From > some experiments I've got the impression that that's always executed > with paths relative to

Re: [cmake-developers] #16633: make CTestTestfile.cmake output dir possible to control

2017-02-14 Thread Giel van Schijndel
On Tue, Feb 14, 2017 at 08:23:58 -0500, Brad King wrote: > On 02/13/2017 10:00 AM, Giel van Schijndel wrote: >> I've written it as a reStructuredText document here [2]. >> [2]: >> https://gitlab.kitware.com/muggenhor/cmake/blob/ctest-alt-dir/Help/ctest_alt_dir.rst > > Thanks for the nice

Re: [cmake-developers] #16633: make CTestTestfile.cmake output dir possible to control

2017-02-14 Thread Brad King
On 02/13/2017 10:00 AM, Giel van Schijndel wrote: > I've written it as a reStructuredText document here [2]. > [2]: > https://gitlab.kitware.com/muggenhor/cmake/blob/ctest-alt-dir/Help/ctest_alt_dir.rst Thanks for the nice write-up! >From the doc: > generate a relative path from the

[cmake-developers] #16633: make CTestTestfile.cmake output dir possible to control

2017-02-13 Thread Giel van Schijndel
Hi all, As requested by Brad King I've written a small (ish?) design proposal for #16633 [1]. I've written it as a reStructuredText document here [2]. I'll give a short summary here: I wish to be able to have the CTestTestfile.cmake output files generated at an alternative location. The primary