[CMake] cdash build name

Yngve Inntjore Levinsen yngve.levinsen at gmail.com
Tue May 17 08:28:30 EDT 2011


First off, thanks for an abnormally quick reply! :)

On Tuesday 17 May 2011 14.01.00 Rolf Eike Beer wrote:
> 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.
> 
Aha, did not know that. Tried and now it works very well (using BUILDNAME and not CTEST_BUILD_NAME), thanks a bunch!

> > 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
Oh well then we just have to wait for the bug to be fixed I guess...
> 
> Eike
> 
> Eike

Best Regards,
Yngve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110517/8941aae1/attachment.htm>


More information about the CMake mailing list