Re: [CMake] Difference between CMake and CVS CMake when using Bullseye

2013-11-23 Thread NoRulez
Ok, I think it is working now. The nightly build shows coverage informations. I extend the IF statement: if (WITH_COVERAGE AND (CTEST_COVERAGE_COMMAND OR COV01)) Best Regards > Am 21.11.2013 um 22:19 schrieb Bill Hoffman : > >> On 11/21/2013 3:16 PM, NoRulez wrote: >> I followed the following

Re: [CMake] Difference between CMake and CVS CMake when using Bullseye

2013-11-21 Thread Bill Hoffman
On 11/21/2013 3:16 PM, NoRulez wrote: I followed the following article in the Wiki to extend my CTestScript: http://www.cmake.org/Wiki/CTest/Coverage#C.2FC.2B.2B_Coverage_with_Bullseye And i read about CVS CMake in the mailing list: http://www.cmake.org/pipermail/cmake/2007-December/018610.htm

Re: [CMake] Difference between CMake and CVS CMake when using Bullseye

2013-11-21 Thread Bill Hoffman
On 11/21/2013 11:44 AM, NoRulez wrote: Hi, i want to try Bullseye on Windows and have CMake 2.8.12 installed. Bullseye get called, creates the CMake.cov file in the binary folder but doesn't produce output in CDash. I then read that this does only work when CVS CMake is used. What is the

Re: [CMake] Difference between CMake and CVS CMake when using Bullseye

2013-11-21 Thread NoRulez
I followed the following article in the Wiki to extend my CTestScript: http://www.cmake.org/Wiki/CTest/Coverage#C.2FC.2B.2B_Coverage_with_Bullseye And i read about CVS CMake in the mailing list: http://www.cmake.org/pipermail/cmake/2007-December/018610.html In the logs i see that bullseye is r

[CMake] Difference between CMake and CVS CMake when using Bullseye

2013-11-21 Thread NoRulez
Hi, i want to try Bullseye on Windows and have CMake 2.8.12 installed. Bullseye get called, creates the CMake.cov file in the binary folder but doesn't produce output in CDash. I then read that this does only work when CVS CMake is used. What is the difference between these CMake versions. Tha