Re: [cmake-developers] Topic filter-showincludes-in-launcher - How to access cmake variables from ctest?

2013-12-03 Thread Brad King
On 12/02/2013 02:32 AM, Nils Gladitz wrote: topic filter-showincludes-in-launcher-mk2 which works around the issue by passing parameters to the launcher command line instead. I think that is a cleaner approach anyway. I've tested it locally and merged it to next. I revised your commit

Re: [cmake-developers] Topic filter-showincludes-in-launcher - How to access cmake variables from ctest?

2013-12-03 Thread Nils Gladitz
On 12/03/2013 03:30 PM, Brad King wrote: I revised your commit message: CTest: filter /showIncludes output from ninja compile launcher http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5e3f3d4 but otherwise the commit is identical to yours. Can you confirm that this achieves what you

Re: [cmake-developers] Topic filter-showincludes-in-launcher - How to access cmake variables from ctest?

2013-12-01 Thread Nils Gladitz
On 12/01/2013 09:38 PM, Nils Gladitz wrote: CMake sets the variable CMAKE_CL_SHOWINCLUDES_PREFIX (when using Ninja and cl). I'd like to access that variable in CTest script mode (specifically in the build handler). Is that possible at all? Without script mode I can use DartConfiguration.tcl