Re: [CMake] CTest: Cannot find any coverage files. Ignoring Coverage request.

2010-08-26 Thread hgc-01...@hkedcity.net wong
Thank you David, my issue is solved. It's because the SET( CMAKE_CXX_FLAGS ) inside CTest script has no effect , instead, I need to insert lines into SET (CTEST_INITIAL_CACHE ... ) Also, I mistakenly override the CMAKE_CXX_FLAGS in the root CMakeList.txt Regards, Joseph 2010/8/25

Re: [CMake] CTest: Cannot find any coverage files. Ignoring Coverage request.

2010-08-25 Thread hgc-01...@hkedcity.net wong
Hi, David , Thank you for your quick reply. I am so sorry to have missed this important detail :  cmake-2.6.4-7.el5. I am trying to get the coverage report by running  -S script,   the script basically works by  ctest -D NighlyBuild,  ctest -D NightlyCoverage ... I have noticed that the

[CMake] CMake with CTest, cannot submit results to CDash

2010-08-19 Thread hgc-01...@hkedcity.net wong
Hi, I am using CMake with CTest and CDash on a project. This is the CTestConfig.cmake located under the source directory: set(CTEST_PROJECT_NAME CDE) set(CTEST_NIGHTLY_START_TIME 00:00:00 EST) set(CTEST_DROP_METHOD http)