[CMake] cdash build name

Rolf Eike Beer eike at sf-mail.de
Tue May 17 08:01:00 EDT 2011


Yngve Inntjore Levinsen wrote:

> set(CTEST_BUILD_NAME "${osname}-${cpu}-prod")
> message("CTEST name: ${CTEST_BUILD_NAME}")
> 
> When configuring the message shows the build name I would like to have (or,
> I would understand how to modify it to my liking), but on the CDash web
> page it still states "Linux-c++".

You must set the build name before including the CTest modules.

> Anyone knows a solution/what I am doing
> wrong? When I click on the report it also states that the compiler name is
> "/usr/bin/c++" and unknown version. Ideally I would also like this
> information to change to the fortran compiler information.

The compiler version is always unknown as this information is not transferred 
(properly) in the XML to CDash. See http://www.cmake.org/Bug/view.php?id=7867

Eike

Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110517/9caee4aa/attachment.pgp>


More information about the CMake mailing list