The old-fashioned way of doing this is to set a BUILDNAME variable in the cmake cache...<br><br>In your CMakeLists.txt:<br>set(BUILDNAME &quot;myBuildName&quot; CACHE STRING &quot;build name variable for CDash&quot;)<br><br>
The new-fashioned way is to set CTEST_BUILD_NAME in your ctest -S script prior to ctest_configure, ctest_build and ctest_submit...<br>set(CTEST_BUILD_NAME &quot;myBuildName&quot;)<br><br>Where were you reading the ctest manpage that talks about setting CMAKE_SYSTEM and CMAKE_CXX_COMPILER variables?? What version of ctest? That is completely incorrect, and if it&#39;s in the official ctest documentation, we should fix that and remove the incorrect information. Can you please reply and tell me how you found this incorrect information...?<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Mon, Jun 21, 2010 at 7:29 AM, Convey, Christian J CIV NUWC NWPT <span dir="ltr">&lt;<a href="mailto:christian.convey@navy.mil">christian.convey@navy.mil</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I&#39;m using CTest to submit results to CDash.  Can anyone tell me how to specify the text that shows up in CDash&#39;s &quot;Build Name&quot; column?<br>

<br>
The manpage for &quot;ctest&quot; says that I can set the CMAKS_SYSTEM and CMAKE_CXX_COMPILER variables, but I&#39;m concerned that doing so may mess up my build.<br>
<br>
I have a Linux command-line command that yields the text I want to have show up in CDash.  I just don&#39;t know how to safely get it there.<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>