Actually this seems to be working now. I think after a couple of variations
(I’m very stubborn!) it started to work without my realizing it. And I
expected to see one line in the display per test. Only afterward, did I see
that I have to click around the display to get all the information.
Actually this seems to almost work now.
my test dashboard http://my.cdash.org/index.php?project=Safe+Numerics is
showing one line with my machine configuration but zero tests.
I’m getting an email from ad...@cdash.org that says
Object: Cannot create handler based on XML content
An XML submiss
/20140421-2126/Build.xml
to
Roberts-Mac-mini.local___Darwin-clang++___20140421-2126-Experimental___XML___Build.xml
The contents of this file suggests that CTest is trying to load the results to
my own machine rather than the CDash server.
d) I also have a file at the same level as the
-static/Testing/20140421-2201/Build.xml
to
Roberts-Mac-mini.local___Darwin-clang++___20140421-2201-Experimental___XML___Build.xml
This suggests that it’s trying to submit the results to my own machine rather
than the project at my.cdash/index.php
Any help you can give me would be appreciated
On Friday, April 11, 2014 10:30:18 Josh Bialkowski wrote:
> Hello!
>
> Has anyone figured out a good way to preserve resource filters across a
> cmake-rerun when using an eclipse generated project?
>
> The eclipse "re-indexing" time on one of my projects has gotten a bit out
> of hand. By setting
fyi...
see also:
https://github.com/Kitware/CMake/pull/31
http://public.kitware.com/Bug/view.php?id=5145
http://public.kitware.com/Bug/view.php?id=14306
http://public.kitware.com/Bug/view.php?id=10901
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
Is there a reason for the certain set of INTERFACE_* target properties we
have? I have a situation where I'd like to add a /DELAYLOAD linker flag to any
project that links against a certain library, but I get a message that
INTERFACE_LINK_FLAGS is not supported.
Do these INTERFACE_* propertie
On 2014-04-11 05:32, Jörg Kreuzberger wrote:
[stuff about environment and custom commands]
So it would help to have a possiblity to have a custom command like this:
add_custom_command( OUTPUT
COMMAND ..
COMMAND ..
ENVIRONMENT PATH=
I'm trying to port a legacy project to using cmake. The header files
are needed by the sources.
The header files are generated so that the source file can compile.
The header files are regenerated if its dependency is changed. This
doesn't cause the source file to be rebuilt, even though it depe