<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,<BR><BR>I am a newbie to cmake and cdash.</DIV>
<DIV>I am trying to submit my customized report to CDASH using ctest_submit(FILES &lt;path to report file&gt;) but getting following errors.<BR><BR>- if I give it in CTestConfig.cmake and give "cmake ." then I am getting below error :<BR><BR>CMake Error at CTestConfig.cmake:8 (ctest_submit):<BR>&nbsp; Unknown CMake command "ctest_submit".<BR>Call Stack (most recent call first):<BR>&nbsp; /usr/share/cmake-2.6/Modules/CTest.cmake:50 (INCLUDE)<BR>&nbsp; CMakeLists.txt:117 (INCLUDE)<BR><BR>- if I give it in CMakeLists.txt and give "cmake ." then I am getting below error :<BR><BR>CMake Error at CMakeLists.txt:121 (ctest_submit):<BR>&nbsp; Unknown CMake command "ctest_submit".<BR><BR>So want to ask :<BR>1. Am I using ctest_submit() properly for the purpose of submitting the customized report or is there any other way to do this?<BR>2. In which file should I give ctest_submit() (CTestConfig.cmake or
 CMakeLists.txt)?<BR><BR>Regards,<BR>Girish</DIV></td></tr></table><br>