[CMake] [CTest] request information on usage of CTEST_CUSTOM_COVERAGE_EXCLUDE and CTestCustom.cmake

2012-02-08 Thread m.hergarden
I would like to exclude third party header files from the coverage output. We're using ctest, cmake (version 2.8.5) and cdash, all on Linux. The archive layout is as follows: / /Code/ /Code/Application/ /Code/Application/src/ /Code/Third-Party/ /Code/Third-Party/boost/

Re: [CMake] [CTest] request information on usage of CTEST_CUSTOM_COVERAGE_EXCLUDE and CTestCustom.cmake

2012-02-08 Thread Rolf Eike Beer
I would like to exclude third party header files from the coverage output. We're using ctest, cmake (version 2.8.5) and cdash, all on Linux. The archive layout is as follows: / /Code/ /Code/Application/ /Code/Application/src/ /Code/Third-Party/ /Code/Third-Party/boost/

Re: [CMake] [CTest] request information on usage of CTEST_CUSTOM_COVERAGE_EXCLUDE and CTestCustom.cmake

2012-02-08 Thread m.hergarden
On 02/08/2012 12:00 PM, Rolf Eike Beer wrote: I would like to exclude third party header files from the coverage output. We're using ctest, cmake (version 2.8.5) and cdash, all on Linux. The archive layout is as follows: / /Code/ /Code/Application/ /Code/Application/src/ /Code/Third-Party/