Re: [CMake] CDash upgrade

2017-07-26 Thread Mathias Bavay
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

[CMake] CDash upgrade

2017-07-25 Thread Mathias Bavay
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

[CMake] cdash timing database

2013-08-02 Thread Mathias Bavay
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:

[CMake] Output directory in Visual C++

2011-06-22 Thread Mathias Bavay
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

Re: [CMake] Visual C++ and cpack

2011-06-01 Thread Mathias Bavay
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

[CMake] Visual C++ and cpack

2011-06-01 Thread Mathias Bavay
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 __