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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to