Hi!
I did click on "Upgrade CDash", but that did not solve the problem.
After some investigations, I realized that the table
cdash.dynamicanalysissummary was missing (so the migration script did
not create it or failed to do so for any other reason). Once I created
it, everything worked.
Ma
Hi!
I've just upgraded CDash from version 2.3.0 (git) to the latest git
version (2.6 but reporting 2.5 on its front page). Everything worked, I
see my projects and their configuration (icons, descriptions, etc) but
no builds are shown... I've checked in the database itself, the table
cdash/bu
Hi!
Since the test timing results as shown on cdash are stored in a
database, I was wondering if I could manually extract them from the
database. In which tables are these results stored? Or more generally,
what should I do to get the raw tests timing out of the database?
Thanks!
Mathias
PS:
uot;Output directory" property of the dynamic library target is not
properly set (it still is some sort of a default value). On the other
hand, for the static library, it has the correct (ie: customized) value
as well as for the import library.
Is this norma
On 06/01/2011 12:37 PM, Michael Jackson wrote:
If that really is your exact code from cmake you are building a
static library only. There must be another argument to the add_library
command that says SHARED.
In a subdirectory (after searching for "SHARED" in all my CMakeLists), I
have OPTION
alibs} DESTINATION lib COMPONENT
libraries)
What am I doing wrong? It works perfectly fine under Linux (obviously,
only packing a .so), but not with Visual C++... The whole code can be
seen at https://slfsmm.indefero.net/p/meteoio/source/tree/HEAD/
Thank you very much,
Mathias Bavay
__